CMR_BILL_TO_BU_INV_ORGS

This table serves as a repository to hold the list of Inventory Organizations tied to a Bill To Business Unit.

Details

  • Schema: FUSION

  • Object owner: CMR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CMR_BILL_TO_BU_INV_ORGS_PK

BILL_TO_BUSINESS_UNIT_ID, INVENTORY_ORG_ID

Columns

Name Datatype Length Precision Not-null Comments
BILL_TO_BUSINESS_UNIT_ID NUMBER 18 Yes Business unit that will create the invoice for the purchase. For trade events, this is the Bill to AP Business Unit for the accrual events.
INVENTORY_ORG_ID NUMBER 18 Yes Inventory organization identifier associated with the transaction. For GPO transactions, this is the organization where the material is scheduled to be received. For non GPO transactions, this is the organization where the trade buy-sell transactions defined by orchestration agreement are accounted. For trade events, it represents the organization associated with the trade event.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
CMR_BILL_TO_BU_INV_ORGS_U1 Unique Default BILL_TO_BUSINESS_UNIT_ID, INVENTORY_ORG_ID