CML_ONLINE_ASSOCIATION_REQS

This table would store all of the online process request. This would give an insight of the online processes along with the parameters that they used.

Details

  • Schema: FUSION

  • Object owner: CML

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CML_ONLINE_ASSOC_REQS_PK

RUN_ID, INVOICE_ID, INVOICE_LINE_NUMBER, TROP_CHARGE_ID

Columns

Name Datatype Length Precision Not-null Comments
RUN_ID NUMBER 18 Yes Unique identifier for association submission from the UI.
INVOICE_ID NUMBER 18 Yes Invoice ID for which the process is run online.
INVOICE_LINE_NUMBER VARCHAR2 40 Yes Invoice Line Number for which the process is run online.
TROP_CHARGE_ID NUMBER 18 Yes Trade Operation Charge ID for which the process is run.
ASSOC_INV_START_DATE TIMESTAMP This column would be used to store the start date for considering invoice lines.
ASSOC_INV_END_DATE TIMESTAMP The end date for considering invoice lines.
ASSOC_INV_FOR_CODE VARCHAR2 64 Custom date requirements for considering invoice lines
CHARGE_LINES_FOR_CODE VARCHAR2 64 Indicates the user selected range code. Possible values are Last 1 Month, Last 3 Months, Custom.
CHARGE_LINES_FOR_START_DATE TIMESTAMP Indicates the start date from which the charge lines to be looked for.
CHARGE_LINES_FOR_END_DATE TIMESTAMP Indicates the end date from which the charge lines to be looked for.
REVIEW_AUTO_ASSOC_FLAG VARCHAR2 1 Review Automatic Associations (N-No. Y-Yes, Default Value: No)
INCL_CLOSED_TROP_FLAG VARCHAR2 1 Include Closed Trade Operations (N-No. Y-Yes, Default Value: No)
INCL_INACTIVE_TROP_FLAG VARCHAR2 1 Include Inactive Trade Operations (N-No. Y-Yes, Default Value: No)
TIMEOUT NUMBER 9 Yes Number of Seconds this request will block another request if not finished. Default 180.
STATUS VARCHAR2 30 Yes Online Association Process Status.
BLOCKING_RUN_ID NUMBER 18 Run ID of online request which blocked this request from running.
TIMEOUT_RUN_ID NUMBER 18 If this process is marked in X (expired) due to timeout, Run_ID of the process that does this. Online processes never stop batch processes from running.
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
CML_ONLINE_ASSOC_REQS_PK Unique Default RUN_ID, INVOICE_ID, INVOICE_LINE_NUMBER, TROP_CHARGE_ID