GRP_AP_BU_VW(SQL View) |
Index Back |
---|
select a.business_unit, a.grp_ap_id from ps_grp_ap a where a.grp_ap_status = 'V' and exists (Select 'x' from PS_VOUCHER b where a.business_unit = b.business_unit and a.grp_ap_id = b.grp_ap_id and b.post_status_ap = 'U') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BU_AP_NONVW |
2 | GRP_AP_ID | Character(10) | VARCHAR2(10) NOT NULL | Control Group ID |