PON_LIST_PRICE_ELEMENTS

PON_LIST_PRICE_ELEMENTS stores details of cost factors in a reusable cost factor list. Each row includes specific information about the cost factors in the list.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_LIST_PRICE_ELEMENTS_PK

LIST_ID, SEQUENCE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
LIST_ID NUMBER 18 Yes Cost factor list id
SEQUENCE_NUMBER NUMBER Yes The sequence in which cost factors are added to a list. (i.e the sequence in which a price_element_type_id is added for each list_id )
PRICE_ELEMENT_TYPE_ID NUMBER 18 Yes Cost factor type id
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.
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_LIST_PRICE_ELEMENTS pon_price_element_lists LIST_ID
PON_LIST_PRICE_ELEMENTS pon_price_element_types_b PRICE_ELEMENT_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
PON_LIST_PRICE_ELEMENTS_U1 Unique Default LIST_ID, SEQUENCE_NUMBER