POZ_SITE_ASSIGNMENTS_ALL_M

This table stores information about your supplier site assignment level attributes.

Details

  • Schema: FUSION

  • Object owner: POZ

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

POZ_SITE_ASSIGNMENTS_ALL_PK

ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
ASSIGNMENT_SPK_ID NUMBER 18 Yes Assignment primary identifier
ASSIGNMENT_ID NUMBER 18 Yes Assignment identifier
EFFECTIVE_END_DATE DATE Yes Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
EFFECTIVE_START_DATE DATE Yes Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_SEQUENCE NUMBER 4 Yes Date Effective Entity: indicates the order of different changes made during a day. The lowest value represents the earliest change in the day.
INACTIVE_DATE DATE Inactive date
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.
BU_ID NUMBER 18 Business unit identifier
VENDOR_SITE_ID NUMBER 18 Yes Vendor Site identifier
AGENT_BU_ID NUMBER 18 Obsolete. Agent business unit identifier
BILL_TO_BU_ID NUMBER 18 Bill-To Business Unit Identifier
ACCTS_PAY_CODE_COMBINATION_ID NUMBER 18 Unique identifier for the supplier liability account
BILL_TO_LOCATION_ID NUMBER 18 Ship-to location unique identifier
DISTRIBUTION_SET_ID NUMBER 18 Distribution set identifier
FUTURE_DATED_PAYMENT_CCID NUMBER 18 Accounting flexfield identifier for the future dated payment account
PREPAY_CODE_COMBINATION_ID NUMBER 18 Unique identifier for the general ledger account for prepayment
SHIP_TO_LOCATION_ID NUMBER 18 Default ship-to location unique identifier
AWT_GROUP_ID NUMBER 18 Unique identifier for the withholding tax group
ALLOW_AWT_FLAG VARCHAR2 1 Indicator of whether Allow Withholding Tax is enabled
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
MERGE_REQUEST_ID NUMBER 18 When multiple supplier sites are merged to a single supplier site in a merge request, this merge request identifier helps differentiate the source supplier sites for each assignment.
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.
JOB_SUBMISSION_DATE DATE Submission date of job.

Foreign Keys

Table Foreign Table Foreign Key Column
POZ_SITE_ASSIGNMENTS_ALL_M gl_code_combinations ACCTS_PAY_CODE_COMBINATION_ID
POZ_SITE_ASSIGNMENTS_ALL_M ap_distribution_sets_all DISTRIBUTION_SET_ID
POZ_SITE_ASSIGNMENTS_ALL_M gl_code_combinations FUTURE_DATED_PAYMENT_CCID
POZ_SITE_ASSIGNMENTS_ALL_M gl_code_combinations PREPAY_CODE_COMBINATION_ID
POZ_SITE_ASSIGNMENTS_ALL_M poz_supplier_merge_requests MERGE_REQUEST_ID

Indexes

Index Uniqueness Tablespace Columns
POZ_SITE_ASSIGNMENTS_ALL_PK Unique Default ASSIGNMENT_ID
POZ_SITE_ASSIGNMENTS_U1 Unique Default VENDOR_SITE_ID, BU_ID