GRP_AP_PST_VW2(SQL View) |
Index Back |
---|---|
Post AP Control Group Prompt |
select a.business_unit, a.grp_ap_id, a.group_dt, a.grp_ap_status, a.assigned_to_oprid, a.dttm_assigned, a.post_action_ap from ps_grp_ap a where a.grp_ap_status = 'V' and a.post_action_ap = 'P' 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
Prompt Table: SP_BU_AP_NONVW |
2 | GRP_AP_ID | Character(10) | VARCHAR2(10) NOT NULL |
Control Group ID
Prompt Table: GRP_AP |
3 | GROUP_DT | Date(10) | DATE | Group Control Date |
4 | GRP_AP_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status of Control Group
A=Assigned E=Entry Set Aside O=Open R=Ready for Review S=Supervisor Set Aside V=Verified |
5 | ASSIGNED_TO_OPRID | Character(30) | VARCHAR2(30) NOT NULL |
Assigned to
Prompt Table: OPR_AP_VW |
6 | DTTM_ASSIGNED | DateTime(26) | TIMESTAMP | Date/Time Assigned |
7 | POST_ACTION_AP | Character(1) | VARCHAR2(1) NOT NULL |
Post Group
D=Post on a Deferred basis N=Do Not Post P=Post Immediately Default Value: N |