RD_PR_PGM_HI_VW(SQL View) |
Index Back |
---|---|
Partner Program HistoryPartner Program History - contains Partner Program Status Change History information. |
SELECT BO_ID , PARTNER_PGM_ID , START_DT , STATUS_DT , PARTNER_PGM_STATUS , PARTNER_CONTACT , ENTERPRISE_CONTACT , REJECT_REASON , %subrec(RB_AUDIT_SBR, PS_RD_PR_PGM_HIST) FROM PS_RD_PR_PGM_HIST |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | PARTNER_PGM_ID | Character(15) | VARCHAR2(15) NOT NULL |
Partner Program ID
Prompt Table: RD_PR_PROG |
3 | START_DT | Date(10) | DATE | Start date field to store start date value. |
4 | STATUS_DT | Date(10) | DATE | This field is used as edit box to show the Status Date |
5 | PARTNER_PGM_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status of partner program
A=Active I=Inactive P=Pending |
6 | PARTNER_CONTACT | Character(50) | VARCHAR2(50) NOT NULL | Partner Contact. |
7 | ENTERPRISE_CONTACT | Character(50) | VARCHAR2(50) NOT NULL | Enterprise Contact. |
8 | REJECT_REASON | Character(2) | VARCHAR2(2) NOT NULL |
Reject Reason
01=Not Qualified 02=Incomplete Application 03=Duplicate Application 04=Other |
9 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
10 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
11 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
12 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
13 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
14 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |