RBF_ACNT_CI_VW(SQL View) |
Index Back |
---|---|
RBF_ACNT_CI_VWThis view: RBF_ACNT_CI_VW is based on record: RBF_ACNT. As delivered, this view does not contain any PeopleCode and is used in Component Interface (CI) components only. Whenever the structure of the underlying record changes, this view must be modified accordingly. |
SELECT A.SETID ,A.ACNT_ID ,A.START_DATE ,A.END_DATE FROM PS_RBF_ACNT A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | ACNT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Contract ID
Default Value: NEXT |
3 | START_DATE | Date(10) | DATE |
Start Date
Default Value: %Date |
4 | END_DATE | Date(10) | DATE | End date field to store an end date. |