ZCA_ORDERS_SETUP_REF_B

ZCA_ORDERS_SETUP_REF_B contains the integration information.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

ZCA_ORDERS_SETUP_REF_B_PK

ORDER_SETUP_REF_ID

Columns

Name Datatype Length Precision Not-null Comments
ORDER_SETUP_REF_ID NUMBER 18 Yes Primary Key, the unique internal identifier of the row.
PRIORITY NUMBER 18 Priority sequence of cpq endpoints.
FILTER_CONDITION_FOR_OPTY VARCHAR2 1000 Filter condition for opportunity.
PROCESS_NAME VARCHAR2 255 User entered Target reference process name
DOCUMENT_NAME VARCHAR2 255 User entered Target reference transaction name
REST_FRAMEWORK_VERSION VARCHAR2 3 User entered target rest framework version
SETUP_REF_CODE VARCHAR2 80 Yes A unique reference code used for generating and referring the toplogy code and host respectively.
TOPOLOGY_REF_CODE VARCHAR2 500 Yes Topology Manager key used for storing or retrieving the endpoint url
ACTIVE_FLAG VARCHAR2 1 Active status of the integration system row
DEFAULT_FLAG VARCHAR2 1 Default quoting system for opportunity
OPT_IN_REVN_SYNC VARCHAR2 1 Opt-in to CPQ Quote Line to OSC Revenue Line Synchronization.
REVN_RECONCILE_OPTION VARCHAR2 30 Indicates the level at which we are reconciling quote line information into the revenue table
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.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
zca_orders_dsbld_revn_fields zca_orders_setup_ref_b ORDER_SETUP_REF_ID
zca_orders_setup_ref_details zca_orders_setup_ref_b ORDER_SETUP_REF_ID
zca_orders_setup_ref_tl zca_orders_setup_ref_b ORDER_SETUP_REF_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_ORDERS_SETUP_REF_B_PK Unique Default ORDER_SETUP_REF_ID
ZCA_ORDERS_SETUP_REF_B_U2 Unique Default SETUP_REF_CODE