PO_SPCL_HANDLING_TYPES_B

PO_SPCL_HANDLING_TYPES_B contains information about the line types you use in your business. You need each row for each line type you use. . Oracle Purchasing uses this information to provide default information when you create a document line using a line type.

Details

  • Schema: FUSION

  • Object owner: PO

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PO_SPCL_HANDLING_TYPES_B_PK

SPECIAL_HANDLING_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
SPECIAL_HANDLING_TYPE_ID NUMBER 18 Yes Special handling type unique identifier.
SPECIAL_HANDLING_TYPE_CODE VARCHAR2 30 Yes Stores a unique code to identify the special handling type. These code values are used to uniquely identify the rows as an alternate key for setup migrator as line_type_id is a surrogate key and can not be used for this purpose.
HEADER_CONTEXT_CODE VARCHAR2 30 Context on the Purchase Order Header Special Handling flexfield associated with this special handling type.
LINE_CONTEXT_CODE VARCHAR2 30 Context on the Purchase Order Line Special Handling flexfield associated with this special handling type.
PREVENT_AUTO_SUBMIT_FLAG VARCHAR2 1 Indicates whether special handling purchase orders should go for review before submission.
NEGOTIATED_FLAG VARCHAR2 1 Indicates whether the price has been negotiated for the lines on the special handling document.
AUTO_CREATE_RECEIPT_FLAG VARCHAR2 1 Indicates whether the application should create receipts automatically for special handling purchase orders.
ENABLED_FLAG VARCHAR2 1 Indicates whether the special handling type is enabled.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
po_spcl_handling_types_tl po_spcl_handling_types_b SPECIAL_HANDLING_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
PO_SPCL_HANDLING_TYPES_B_U1 Unique PO_SPCL_HANDLING_TYPES_B_U1 SPECIAL_HANDLING_TYPE_ID, ORA_SEED_SET1
PO_SPCL_HANDLING_TYPES_B_U2 Unique PO_SPCL_HANDLING_TYPES_B_U2 SPECIAL_HANDLING_TYPE_ID, ORA_SEED_SET2
PO_SPCL_HANDLING_TYPES_B_U3 Unique PO_SPCL_HANDLING_TYPES_B_U3 SPECIAL_HANDLING_TYPE_CODE, ORA_SEED_SET1
PO_SPCL_HANDLING_TYPES_B_U4 Unique PO_SPCL_HANDLING_TYPES_B_U4 SPECIAL_HANDLING_TYPE_CODE, ORA_SEED_SET2