[Home] [Help]
[Dependency Information]
Object Name: | AP_DBI_LOG |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Log table to track the operations on Payables transaction tables relevant to the Daily Business Intelligence product.
Tablespace: | ![]() |
---|---|
PCT Free: | |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TABLE_NAME | VARCHAR2 | (30) | Name of the table on which an operation is performed | |
OPERATION_FLAG | VARCHAR2 | (1) | Name of the operation performed on the transaction table: Insert (I), Update (U), Delete (D) | |
KEY_VALUE1 | NUMBER | (15) | Primary Identifier for table named | |
KEY_VALUE2 | NUMBER | (15) | Secondary Identifier for table named | |
EXP_PROCESSED_FLAG | VARCHAR2 | (1) | Flag indicating if the record is processed by the DBI Expenses Summary process | |
PS_PROCESSED_FLAG | VARCHAR2 | (1) | Flag indicating if the record is processed by the DBI Payment Schedule Summary process | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row | |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created | |
LAST_UPDATE_DATE | DATE | Yes | Standard who column - date when a user last updated this row | |
PARTITION_ID | NUMBER | Identifier for partition |
Cut, paste (and edit) the following text to query this object:
SELECT TABLE_NAME
, OPERATION_FLAG
, KEY_VALUE1
, KEY_VALUE2
, EXP_PROCESSED_FLAG
, PS_PROCESSED_FLAG
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, LAST_UPDATE_DATE
, PARTITION_ID
FROM AP.AP_DBI_LOG;
AP.AP_DBI_LOG does not reference any database object
AP.AP_DBI_LOG is referenced by following:
|
|
|