QP_RATE_PLAN_ASSOCIATIONS_INT

Interface table to have rate plan associations with price list and items.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

QP_RATE_PLAN_ASSOC_INT_PK

RATE_PLAN_ASSOC_INT_ID

Columns

Name Datatype Length Precision Not-null Comments
RATE_PLAN_ASSOC_INT_ID NUMBER 18 Yes Value that uniquely identifies a record in Rate Plan association interface table. This value is system generated.
OPERATION_CODE VARCHAR2 30 Indicates the operation on the records to be imported.
SOURCE_RATE_PLAN_ID VARCHAR2 240 Unique ID for a rate plan in the source system.
SOURCE_PRICE_LIST_ID VARCHAR2 240 Unique ID for a price list in the source system.
SOURCE_PRICE_LIST_ITEM_ID VARCHAR2 240 Unique ID for a price list item in the source system.
RATE_PLAN_ID NUMBER 18 Unique ID of rate plan entity. System Generated after successful creation of a rate plan record.
PARENT_ENTITY_TYPE_CODE VARCHAR2 30 Parent entity type code of the rate plan.
PRICE_LIST_ID NUMBER 18 Price List Id associated with the rate plan.
PRICE_LIST_ITEM_ID NUMBER 18 Price List Item Id associated with the rate plan.
START_DATE TIMESTAMP The date and time on which the rate plan goes into effect. Start Date is required during the create process.
END_DATE TIMESTAMP The date and time on which the rate plan is no longer effective. This value is optional.
INTERFACE_STATUS VARCHAR2 30 Status of a record, such as New, Error, Updated, Imported.
LOAD_REQUEST_ID NUMBER 18 Unique ID of the Load ESS job used to import into an interface table.
BATCH_ID NUMBER 18 Value that identifies the pricing batch to process.
BATCH_JOB_ID NUMBER 18 Value that identifies the records in the batch that belong to the current run.
CHILD_BATCH_NAME VARCHAR2 30 Identifies the child batch to be processed.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
SUBSCRIPTION_ID NUMBER 18 Subscription Id associated with the rate plan.
SUBSCRIPTION_PRODUCT_ID NUMBER 18 Subscription product id associated with the rate plan.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.

Indexes

Index Uniqueness Tablespace Columns
QP_RATE_PLAN_ASSOC_INT_N1 Non Unique DEFAULT BATCH_ID, BATCH_JOB_ID, CHILD_BATCH_NAME, SOURCE_RATE_PLAN_ID, SOURCE_PRICE_LIST_ID, SOURCE_PRICE_LIST_ITEM_ID
QP_RATE_PLAN_ASSOC_INT_N2 Non Unique DEFAULT SOURCE_RATE_PLAN_ID, SOURCE_PRICE_LIST_ID, SOURCE_PRICE_LIST_ITEM_ID, LOAD_REQUEST_ID
QP_RATE_PLAN_ASSOC_INT_U1 Unique DEFAULT RATE_PLAN_ASSOC_INT_ID