PAYMENT_GC_VW(SQL View) |
Index Back |
---|---|
Payment by Group Bu / Group Id |
SELECT G.group_bu , G.group_id , P.deposit_bu , P.deposit_id , P.payment_seq_num , P.payment_id , P.gl_distrib_status FROM PS_PAYMENT P , ps_group_control G WHERE P.deposit_bu = G.group_bu AND P.group_id = G.group_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Represents the high level grouping of multiple general ledger business units. | |
2 | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies a collection of pending items that are to be posted to accounts receivable. The identifier is manually entered or automatically generated by the system. | |
3 | Character(5) | VARCHAR2(5) NOT NULL | Identifies the business unit to which a deposit is posted. | |
4 | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies a deposit of customer payments. The deposit ID can be manually assigned or system-generated. | |
5 | PAYMENT_SEQ_NUM | Number(6,0) | INTEGER NOT NULL | Specifies the system-generated sequence number assigned to each payment as it is entered in a deposit. |
6 | PAYMENT_ID | Character(15) | VARCHAR2(15) NOT NULL | Identifies a customer payment. This is usually a check number but may be some other identifying number. |
7 | GL_DISTRIB_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Distribution Status
C=Available to Contracts D=Distributed G=Generated H=Hold I=Ignored J=Creating Journals M=Modified N=None P=To be processed X=Waiting for Reversal |