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


TABLE: AP.AP_ACCOUNTING_EVENTS_ALL

Object Details
Object Name: AP_ACCOUNTING_EVENTS_ALL
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.AP_ACCOUNTING_EVENTS_ALL
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_ACCOUNTING_EVENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCOUNTING_EVENT_ID
AP_ACCOUNTING_EVENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSOURCE_TABLE
ColumnSOURCE_ID
AP_ACCOUNTING_EVENTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
AP_ACCOUNTING_EVENTS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCOUNTING_DATE
AP_ACCOUNTING_EVENTS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEVENT_STATUS_CODE
Columns
Name Datatype Length Mandatory Comments
ACCOUNTING_EVENT_ID NUMBER (15) Yes Accounting event identifier
EVENT_TYPE_CODE VARCHAR2 (30) Yes Type of event
ACCOUNTING_DATE DATE
Yes Accounting date for accounting entries for this event
EVENT_NUMBER NUMBER (15) Yes Accounting event number for a given document (e.g. Invoice #101 may have 3 accounting events associated with it, the event number acts as a sequence for Invoice #101)
EVENT_STATUS_CODE VARCHAR2 (30) Yes Indicates the state of the accounting entries for the accounting event
SOURCE_TABLE VARCHAR2 (30) Yes Table where event originating document resides. Possible values are AP_INVOICES or AP_CHECKS
SOURCE_ID NUMBER (15) Yes Primary key for document originating the current event. Depending on the value for source_table it will contain either invoice_id or check_id
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
ORG_ID NUMBER (15)
Organization identifier
CANNOT_ACCOUNT_FLAG VARCHAR2 (1)
"Y" indicates that this event cannot be accounted because the prior events were not accounted.
AX_ACCOUNTED_FLAG VARCHAR2 (1)
Query Text

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


SELECT ACCOUNTING_EVENT_ID
,      EVENT_TYPE_CODE
,      ACCOUNTING_DATE
,      EVENT_NUMBER
,      EVENT_STATUS_CODE
,      SOURCE_TABLE
,      SOURCE_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_UPDATE_DATE
,      PROGRAM_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
,      ORG_ID
,      CANNOT_ACCOUNT_FLAG
,      AX_ACCOUNTED_FLAG
FROM AP.AP_ACCOUNTING_EVENTS_ALL;

Dependencies

[top of page]

AP.AP_ACCOUNTING_EVENTS_ALL does not reference any database object

AP.AP_ACCOUNTING_EVENTS_ALL is referenced by following:

SchemaAPPS
SynonymAP_ACCOUNTING_EVENTS
SynonymAP_ACCOUNTING_EVENTS_ALL