AP_PPR_MULTI_SELECT_CRITERIA

Used for multiple PPR selection criteria.

Details

  • Schema: FUSION

  • Object owner: AP

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AP_PPR_MULTI_SELECT_CRITE_PK

SEL_CRITERIA_ID

Columns

Name Datatype Length Precision Not-null Comments
SEL_CRITERIA_ID NUMBER 18 Yes Identifier of the selection criteria.
CHECKRUN_ID NUMBER 18 Yes Payment process request identifier
VENDOR_PAY_GROUP VARCHAR2 30 Supplier pay group used as the selection criteria for the invoices to be paid.
CURRENCY_CODE VARCHAR2 30 Currency code of the invoice used as selection criteria for invoices to be paid.
LEGAL_ENTITY_ID NUMBER 18 Legal entity group identifier used as selection criteria for invoices to be paid.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to 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.
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.
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.
INVOICE_SOURCE_CODE VARCHAR2 30 Source for creation of invoice used as the selection criteria for the invoices to be paid. Values are from SOURCE lookup type.

Foreign Keys

Table Foreign Table Foreign Key Column
AP_PPR_MULTI_SELECT_CRITERIA ap_inv_selection_criteria_all CHECKRUN_ID

Indexes

Index Uniqueness Tablespace Columns
AP_PPR_MULTI_SELECT_CRITE_N1 Non Unique Default CHECKRUN_ID
AP_PPR_MULTI_SELECT_CRITE_U1 Unique Default SEL_CRITERIA_ID