FO_ASGN_CSF_STG(SQL Table) |
Index Back |
---|---|
Front Office-ASSIGN_CSF_FIELDFO_ASGN_CSF_STG is used as a staging table in moving over Assignment information from the Front Office. No information is actually stored within the table. The table's only function is to have the same structure so that messages can be processed for application messaging. All inserts into the BO are done via the subscription code for the Assignment. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(25) | VARCHAR2(25) NOT NULL | Order ID | |
3 | Character(1) | VARCHAR2(1) NOT NULL |
Type of Order
C=Career Order T=Temporary Order |
|
4 | Character(15) | VARCHAR2(15) NOT NULL | Assignment ID | |
5 | Date(10) | DATE | Effective Date | |
6 | Character(15) | VARCHAR2(15) NOT NULL | Definition ID | |
7 | Character(30) | VARCHAR2(30) NOT NULL | Customer Field Name | |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |