FO_BILLPLAN_VW(SQL View) |
Index Back |
---|---|
Contract Bill Plan EventsRecord will contain one row for each Billing event that is associated with a Contract Bill Plan. |
SELECT B.CONTRACT_NUM ,B.CONTRACT_LINE_NUM ,A.BILL_PLAN_ID ,A.EVENT_OCCURRENCE ,A.EVENT_DT ,A.AMOUNT ,A.CURRENCY_CD ,A.CA_PERCENTAGE ,A.TEXT254 FROM PS_CA_BP_EVENTS A , PS_CA_DETAIL B WHERE A.CONTRACT_NUM = B.CONTRACT_NUM AND A.BILL_PLAN_ID = B.BILL_PLAN_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CONTRACT_NUM | Character(25) | VARCHAR2(25) NOT NULL | Contract |
2 | CONTRACT_LINE_NUM | Number(3,0) | SMALLINT NOT NULL | Contract Line Num |
3 | BILL_PLAN_ID | Character(10) | VARCHAR2(10) NOT NULL | Billing Plan ID |
4 | EVENT_OCCURRENCE | Number(3,0) | SMALLINT NOT NULL | Identifies a user-defined event on a schedule for automatically creating standard and recurring journal entries. Event Occurrence is a number associated with a date for creation of the journal. |
5 | EVENT_DT | Date(10) | DATE | The date upon which an accounting event is scheduled to be processed and converted into corresponding accounting |
6 | AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Amount |
7 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
8 | CA_PERCENTAGE | Signed Number(13,8) | DECIMAL(11,8) NOT NULL | Percentage |
9 | TEXT254 | Character(254) | VARCHAR2(254) NOT NULL | Text |