RF_BP_STATUS

(SQL Table)
Index Back

Business Project Status

The 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 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.
3 BUS_PROCESS_STATUS Character(1) VARCHAR2(1) NOT NULL This field is to store Business Process status.
C=Complete
L=Canceled
P=In Process
4 BUS_PROJ_TYPE Character(1) VARCHAR2(1) NOT NULL Business Project Type
M=Main Business Project
N=Sub-Business Project
5 COMPONENT_ID Character(18) VARCHAR2(18) NOT NULL 04/10/00 (Internet Architecture) SCC: Uppercase label Id.
6 END_DTTM DateTime(26) TIMESTAMP end date time
7 FIELDNAME1 Character(18) VARCHAR2(18) NOT NULL Field Name 1
8 FIELDNAME2 Character(18) VARCHAR2(18) NOT NULL Fieldname 2
9 ID_NOTE Character(20) VARCHAR2(20) NOT NULL ID Number
10 RF_OUTCOME Character(1) VARCHAR2(1) NOT NULL Outcome of a Task for Business Process tracking. See translates for possible values.
F=Failure
S=Success
11 START_DTTM DateTime(26) TIMESTAMP start date time
12 RB_DUMMY1 Character(3) VARCHAR2(3) NOT NULL Multi-purpose Dummy field-----
13 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
14 RECNAME1 Character(15) VARCHAR2(15) NOT NULL Record Name 1
15 RF_BUS_PROCESS_ID Character(15) VARCHAR2(15) NOT NULL Business Process ID used in Business Process tracking.
16 RF_NODE Character(254) VARCHAR2(254) NOT NULL Node ID for a Business Process.
17 RF_PORTAL Character(254) VARCHAR2(254) NOT NULL Portal used by Business Project.
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