DBA Data[Home] [Help] [Dependency Information]


TABLE: FII.FII_AP_DBI_LOG_EXP_T

Object Details
Object Name: FII_AP_DBI_LOG_EXP_T
Object Type: TABLE
Owner: FII
FND Design Data: TableFII.FII_AP_DBI_LOG_EXP_T
Subobject Name:
Status: VALID


This log table tracks the operations on Payables transaction tables not processed by the Payables Expense collection programs.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (30)
Name of table on which an operation is performed
OPERATION_FLAG VARCHAR2 (1)
Name of operation performed on transaction table: Insert (I), Update (U), Delete (D)
KEY_VALUE1_ID NUMBER (15)
Primary identifier for named table
KEY_VALUE2_ID NUMBER (15)
Secondary identifier for named table
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TABLE_NAME
,      OPERATION_FLAG
,      KEY_VALUE1_ID
,      KEY_VALUE2_ID
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      LAST_UPDATE_DATE
FROM FII.FII_AP_DBI_LOG_EXP_T;

Dependencies

[top of page]

FII.FII_AP_DBI_LOG_EXP_T does not reference any database object

FII.FII_AP_DBI_LOG_EXP_T is referenced by following:

SchemaAPPS
SynonymFII_AP_DBI_LOG_EXP_T