KPMO_PROGRAM_BUSINESS_OBJ
This cross-reference table joins Programs to their related Business Objectives.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KPMO_BUSINESS_OBJECTIVES_NLS |
BUSINESS_OBJECTIVE_ID |
BUSINESS_OBJECTIVE_ID |
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PROGRAM_BUSINESS_OBJ_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
BUSINESS_OBJECTIVE_ID |
NOT NULL |
NUMBER |
Identifier for the business objective |
PROGRAM_ID |
NOT NULL |
NUMBER |
Identifier for the program |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KPMO_PROGRAM_BUSINESS_OBJ_N1 |
NONUNIQUE |
1 |
BUSINESS_OBJECTIVE_ID |
KPMO_PROGRAM_BUSINESS_OBJ_N2 |
NONUNIQUE |
1 |
PROGRAM_ID |
KPMO_PROGRAM_BUSINESS_OBJ_U1 |
UNIQUE |
1 |
PROGRAM_BUSINESS_OBJ_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KPMO_PROGRAM_BUSINESS_OBJ_S |
PROGRAM_BUSINESS_OBJ_ID |