OSS_MANUAL_PRICE_ADJUSTMENTS

Following tabel is used to capture manual price adjustment

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

oss_manual_price_adj_PK

MANUAL_PRICE_ADJ_ID

Columns

Name Datatype Length Precision Not-null Comments
MANUAL_PRICE_ADJ_ID NUMBER 18 Yes Following filed is used to capture unique indentifier of manual price adjustment
SEQUENCE_NUMBER NUMBER 9 Following filed is used to capture sequence number of manual price adjustment
ADJUSTMENT_VALUE NUMBER Following filed is used to capture adjustment value of manual price adjustment
ADJUSTMENT_CURRENCY VARCHAR2 15 Following filed is used to capture adjustment currency of manual price adjustment
PRICE_PERIODICITY VARCHAR2 30 Following filed is used to capture price periodicity of manual price adjustment
REASON VARCHAR2 30 Following filed is used to capture reason of manual price adjustment
VALID_FROM TIMESTAMP Following filed is used to capture valid from time of manual price adjustment
VALID_UNTIL TIMESTAMP Following filed is used to capture valid until time of manual price adjustment
CHARGE_PARENT_ENTITY VARCHAR2 30 Following filed is used to capture charge parent entity of manual price adjustment
CHARGE_PARENT_ENTITY_ID NUMBER 18 Following filed is used to capture charge parent entity id of manual price adjustment
CHARGE_ROLLUP_FLAG VARCHAR2 1 Following filed is used to capture charge rollup flag of manual price adjustment
PRICE_ADJUSTMENT_TYPE VARCHAR2 30 Following filed is used to capture price adjustment type of manual price adjustment
PRICE_BASIS_ELEMENT VARCHAR2 30 Following filed is used to capture price basis element of manual price adjustment
CHARGE_DEFINITION VARCHAR2 30 Following filed is used to capture charge definition of manual price adjustment
CHARGE_DEFINITION_ID NUMBER 18 Following filed is used to capture charge definition id of manual price adjustment
NUMBER_OF_PERIODS NUMBER Number of time periods to use for the price adjustment
PERIODIC_TYPE VARCHAR2 30 Abbreviation that identifies the type of periodic adjustment to apply. A list of accepted values is defined in the lookup type ORA_OSS_PRICE_ADJ_EFFECTIVITY
PERIOD_FROM NUMBER Number that identifies the period when the price adjustment starts
PERIOD_TO NUMBER Number that identifies the period when the price adjustment ends
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.

Indexes

Index Uniqueness Tablespace Columns
OSS_MANUAL_PRICE_ADJ_N1 Non Unique Default CHARGE_PARENT_ENTITY_ID, CHARGE_DEFINITION_ID
OSS_MANUAL_PRICE_ADJ_U1 Unique Default MANUAL_PRICE_ADJ_ID