[Home] [Help]
[Dependency Information]
| Object Name: | PA_TRANSACTION_XFACE_CTRL_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_TRANSACTION_XFACE_CTRL_ALL
|
| Subobject Name: | |
| Status: | VALID |
PA_TRANSACTION_XFACE_CTRL_ALL is used internally by the Transaction
Import program to control processing of pending transactions in the
interface table by multiple concurrent requests. One record is
inserted into PA_TRANSACTION_XFACE_CTRL_ALL for each unique
transaction_source/batch_name record inserted into
PA_TRANSACTION_INTERFACE_ALL. Each request for the Transaction Import
process locks the unprocessed records in the
PA_TRANSACTION_XFACE_CTRL_ALL table that meet the request's selection
criteria thereby preventing other requests from attempting to import
the same transactions.
.
.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_TRANSACTION_XFACE_CTRL_U1 | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
BATCH_NAME
TRANSACTION_SOURCE
SYSTEM_LINKAGE_FUNCTION
STATUS
ORG_ID
|
| PA_TRANSACTION_XFACE_CTRL_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
TRANSACTION_SOURCE
BATCH_NAME
STATUS
|
| PA_TRANSACTION_XFACE_CTRL_N2 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
INTERFACE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRANSACTION_SOURCE | VARCHAR2 | (30) | Yes | Transaction source being processed |
| BATCH_NAME | VARCHAR2 | (240) | Yes | Batch name being processed |
| STATUS | VARCHAR2 | (30) | Yes | Processing status |
| INTERFACE_ID | NUMBER | (15) | System generated ID to identify the Transaction Import run | |
| TRANSACTION_COUNT | NUMBER | Yes | Number of records in the PA_TRANSACTION_INTERFACE_ALL table for the transaction source and batch name combination | |
| ORG_ID | NUMBER | (15) | Operating unit identifier for multi-organization installations | |
| SYSTEM_LINKAGE_FUNCTION | VARCHAR2 | (3) | Yes | The system linkage that classifies the expenditure type in order to drive system processing for the items classified by the expenditure type |
| TRANSACTION_STATUS_CODE | VARCHAR2 | (2) | System-defined status of the transaction as it is loadinto PA | |
| PRE_IMPORT_REJECT_COUNT | NUMBER | Number of transactions rejected by the pre_processing_extension | ||
| PRE_IMPORT_SUCCESS_COUNT | NUMBER | Number of transactions accepted by the pre_processing_extension | ||
| IMPORT_REJECT_COUNT | NUMBER | Number of transactions rejected by Transaction Import | ||
| IMPORT_SUCCESS_COUNT | NUMBER | Number of transactions accepted by Transaction Import | ||
| POST_IMPORT_REJECT_COUNT | NUMBER | Number of transactions rejected by the post_processing_extension | ||
| POST_IMPORT_SUCCESS_COUNT | NUMBER | Number of transactions accepted by the post_processing extension | ||
| INTERMEDIATE_FLAG | VARCHAR2 | (1) | Flag that indicates not all records in this batch has been processed. | |
| PROCESSED_COUNT | NUMBER | Number of processed records |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_SOURCE
, BATCH_NAME
, STATUS
, INTERFACE_ID
, TRANSACTION_COUNT
, ORG_ID
, SYSTEM_LINKAGE_FUNCTION
, TRANSACTION_STATUS_CODE
, PRE_IMPORT_REJECT_COUNT
, PRE_IMPORT_SUCCESS_COUNT
, IMPORT_REJECT_COUNT
, IMPORT_SUCCESS_COUNT
, POST_IMPORT_REJECT_COUNT
, POST_IMPORT_SUCCESS_COUNT
, INTERMEDIATE_FLAG
, PROCESSED_COUNT
FROM PA.PA_TRANSACTION_XFACE_CTRL_ALL;
PA.PA_TRANSACTION_XFACE_CTRL_ALL does not reference any database object
PA.PA_TRANSACTION_XFACE_CTRL_ALL is referenced by following:
PA
PA_TRANSACTION_XFACE_CTRL_ALL#
|
|
|
|