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


TABLE: PO.PO_ACCRUAL_ACCOUNTS_TEMP_ALL

Object Details
Object Name: PO_ACCRUAL_ACCOUNTS_TEMP_ALL
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.PO_ACCRUAL_ACCOUNTS_TEMP_ALL
Subobject Name:
Status: VALID


PO_ACCRUAL_ACCOUNT_TEMP_ALL is a temporary table used by Oracle
Purchasing to generate the Accrual Reconciliation Report.
.


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_ACCRUAL_ACCOUNTS_TEMP_U1 NORMAL UNIQUE TablespaceAPPS_TS_NOLOGGING ColumnACCRUAL_ACCOUNT_ID
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER
Yes Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
ACCRUAL_ACCOUNT_ID NUMBER
Yes Accrual account unique identifier
ORG_ID NUMBER

Organization identifier
Query Text

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


SELECT REQUEST_ID
,      ACCRUAL_ACCOUNT_ID
,      ORG_ID
FROM PO.PO_ACCRUAL_ACCOUNTS_TEMP_ALL;

Dependencies

[top of page]

PO.PO_ACCRUAL_ACCOUNTS_TEMP_ALL does not reference any database object

PO.PO_ACCRUAL_ACCOUNTS_TEMP_ALL is referenced by following:

SchemaPO
ViewPO_ACCRUAL_ACCOUNTS_TEMP_ALL#