PO_BUYER_ASSIGNMENT_RULES

This table is used to store buyer assignment rules used to determine buyer for requisition lines.

Details

  • Schema: FUSION

  • Object owner: PO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PO_BUYER_ASSIGNMENT_RULES_PK

RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_ID NUMBER 18 Yes Surrogate key that identifies a row in this table.
COST_CENTER VARCHAR2 150 Segment of chart of account that aggregates elements of natural expenses to identify functional costs
CHART_OF_ACCOUNTS_ID NUMBER 18 Identifier for the general ledger accounting flexfield structure instance
RULE_SEQ_NUM NUMBER Yes Unique number to identify the rule being applied during assignment process.
RULE_SET_CODE VARCHAR2 120 This attribute stores LOOKUP_CODE from FND_LOOKUP_VALUES that corresponds rule sets created; for Lookup Type 'Buyer Assignment Rule Sets'
REQ_BU_ID NUMBER 18 Foreign Key to Identify Requisitioning BU.
COMMODITY_ID NUMBER 18 Foreign Key to Identify Commodity or Category.
DELIVER_TO_ORGANIZATION_ID NUMBER 18 Foreign Key to Identify Deliver-to Organization.
PROJECT_ID NUMBER 18 Foreign Key to Identify Project.
VENDOR_ID NUMBER 18 Foreign Key to Identify Supplier.
NON_CATALOG_FLAG VARCHAR2 1 Flag for Non-catalog Request. Allowed values are 'Y', 'N', and NULL.
EXCEEDS_LINE_AMOUNT NUMBER This attribute on the buyer assignment rule represents the line amount, which if exceeded on the requisition line, will result in a match for this attribute on the rule.
PRC_BU_ID NUMBER 18 Yes Foreign Key to Identify Procurement BU.
BUYER_ID NUMBER 18 Yes Foreign Key to Identify Buyer. The value stored is Agent ID from PO_AGENT_ASSIGNMENTS who has MANAGE_REQUISITIONS Privilege
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.
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.

Indexes

Index Uniqueness Tablespace Columns
PO_BUYER_ASSIGNMENT_RULES_N1 Non Unique FUSION_TS_TX_DATA COMMODITY_ID
PO_BUYER_ASSIGNMENT_RULES_N3 Non Unique FUSION_TS_TX_DATA PRC_BU_ID
PO_BUYER_ASSIGNMENT_RULES_N4 Non Unique FUSION_TS_TX_DATA REQ_BU_ID, COMMODITY_ID
PO_BUYER_ASSIGNMENT_RULES_U1 Unique Default RULE_ID