PON_OBJECTIVE_NEGOTIATIONS

PON_OBJECTIVE_NEGOTIATIONS stores the mapping of negotiations to objectives.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_OBJECTIVE_NEG_PK

OBJECTIVE_NEGOTIATION_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJECTIVE_NEGOTIATION_ID NUMBER 18 Yes System-generated unique identifier for the objective-negotiation maping.
PROGRAM_HEADER_ID NUMBER 18 Yes Unique identifier of the program.
OBJECTIVE_HEADER_ID NUMBER 18 Yes Unique identifier of the objective.
AUCTION_HEADER_ID NUMBER 18 Yes Unique identifier of the negotiation.
PLANNED_TITLE VARCHAR2 80 Title for the manual contributions added to the objective
PLANNED_CURRENT_SPEND NUMBER Planned current spend for the negotiation
PLANNED_TARGET_SPEND NUMBER Target spend that the program is trying to achieve. CURRENT_SPEND is mandatory when defining the program. 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.
PLANNED_SAVINGS NUMBER Savings amount that the program is trying to achieve. CURRENT_SPEND is mandatory when defining the program. 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.
PLANNED_SAVINGS_PERCENT NUMBER Savings percentage that the program is trying to achieve. CURRENT_SPEND is mandatory when defining the program. 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.
OVERRIDE_FLAG VARCHAR2 1 Specifies if the planned values are overridden manually
AWARD_AMOUNT NUMBER Actual award amount for the completed negotiation
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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_OBJECTIVE_NEGOTIATIONS pon_program_headers PROGRAM_HEADER_ID
PON_OBJECTIVE_NEGOTIATIONS pon_program_objectives OBJECTIVE_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
PON_OBJECTIVE_NEG_N1 Non Unique Default OBJECTIVE_HEADER_ID, AUCTION_HEADER_ID
PON_OBJECTIVE_NEG_U1 Unique Default OBJECTIVE_NEGOTIATION_ID