RC_BP_STATUS(SQL Table) |
Index Back |
---|---|
Business Project StatusThe business project status record store the status for a business project. It is the highest level of a business project instance, so the instance is the only key on this record. The parent objects should have business project instance as a foreign key on their records to maintain a link. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUS_PROC_INSTANCE | Number(18,0) | DECIMAL(18) NOT NULL | Business Project Instance. This is the Business Project instance of a business project. |
2 | RC_BUS_PROCESS_ID | Character(15) | VARCHAR2(15) NOT NULL | Business Process ID used in Business Process tracking. |
3 | BUS_PROJ_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Business Project Type
M=Main Business Project N=Sub-Business Project |
4 | COMPONENT_ID | Character(18) | VARCHAR2(18) NOT NULL | 04/10/00 (Internet Architecture) SCC: Uppercase label Id. |
5 | ID_NOTE | Character(20) | VARCHAR2(20) NOT NULL | ID Number |
6 | BUS_PROCESS_DATE | Date(10) | DATE | Business Project Date. This field is used to store the effective date for a specific instance of a Business Project. |
7 | BUS_PROCESS_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
This field is to store Business Process status.
C=Complete L=Canceled P=In Process |
8 | RC_OUTCOME | Character(1) | VARCHAR2(1) NOT NULL |
Outcome of a Task for Business Process tracking. See translates for possible values.
F=Failure S=Success |
9 | START_DTTM | DateTime(26) | TIMESTAMP | start date time |
10 | END_DTTM | DateTime(26) | TIMESTAMP | end date time |
11 | RB_DUMMY1 | Character(3) | VARCHAR2(3) NOT NULL | Multi-purpose Dummy field----- |
12 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
13 | RECNAME1 | Character(15) | VARCHAR2(15) NOT NULL | Record Name 1 |
14 | FIELDNAME1 | Character(18) | VARCHAR2(18) NOT NULL | Field Name 1 |
15 | FIELDNAME2 | Character(18) | VARCHAR2(18) NOT NULL | Fieldname 2 |
16 | RC_PORTAL | Character(254) | VARCHAR2(254) NOT NULL | Portal identification field.................... |
17 | RC_NODE | Character(254) | VARCHAR2(254) NOT NULL | Node identification work field........... |
18 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
19 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
20 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
21 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
22 | 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. |
23 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |