PON_PROGRAM_OBJECTIVES

PON_PROGRAM_OBJECTIVES stores the objectives associated with the program.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_PROGRAM_OBJECTIVES_PK

OBJECTIVE_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
PROGRAM_HEADER_ID NUMBER 18 Yes Unique identifier of the program for which this objective is created.
OBJECTIVE_HEADER_ID NUMBER 18 Yes System-generated unique identifier for the objective.
NAME VARCHAR2 80 Name of the objective.
DESCRIPTION VARCHAR2 4000 Description of the objective.
OBJECTIVE_TYPE VARCHAR2 30 A way to classify or categorize an objective for reporting purposes. Possible Values are Price reduction, Cost avoidance, Productivity improvement
ROLL_UP_FLAG VARCHAR2 1 Describes whether the savings and spend values of the objective's negotiations will be counted towards program level spend and savings.
CURRENT_SPEND NUMBER Current spend for which the objective is created.
TARGET_SPEND NUMBER Target spend that the objective is trying to achieve. CURRENT_SPEND is mandatory when defining the objective. The user can provide any one of the values from TARGET_SPEND, SAVINGS and SAVINGS_PERCENT and the other two are computed based on the value provided for CURRENT_SPEND.
SAVINGS NUMBER Savings amount that the objective is trying to achieve. CURRENT_SPEND is mandatory when defining the objective. The user can provide any one of the values from TARGET_SPEND, SAVINGS and SAVINGS_PERCENT and the other two are computed based on the value provided for CURRENT_SPEND.
SAVINGS_PERCENT NUMBER Savings percentage that the objective is trying to achieve. CURRENT_SPEND is mandatory when defining the objective. The user can provide any one of the values from TARGET_SPEND, SAVINGS and SAVINGS_PERCENT and the other two are computed based on the value provided for CURRENT_SPEND.
START_DATE DATE The date on which the objective starts.
END_DATE DATE The date on which the objective ends.
PERSON_ID NUMBER 18 Identifier of the person to whom the objective is assigned.
CATEGORY_ID NUMBER 18 A browsing category or an item category from the procurement category hierarchy that the objective is associated with.
PURCHASING_CAT_FLAG VARCHAR2 1 Flag indicates whether the category associated with the objective is purchasing category or not.
COMMENTS VARCHAR2 4000 Comments given by the user for the objective
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
STATUS VARCHAR2 30 Determines the status of the objective. Valid values are: AT_RISK GOALS_MET GOALS_NOT_MET ON_HOLD ON_TRACK

Foreign Keys

Table Foreign Table Foreign Key Column
PON_PROGRAM_OBJECTIVES pon_program_headers PROGRAM_HEADER_ID
PON_PROGRAM_OBJECTIVES per_persons PERSON_ID
pon_objective_negotiations pon_program_objectives OBJECTIVE_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
PON_PROGRAM_OBJECTIVES_U1 Unique Default OBJECTIVE_HEADER_ID