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

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


PO_ACCRUAL_ACCOUNTS_TEMP is a single-organization
view created to support multiple organizations in Release 10.7.
The PO_ACCRUAL_ACCOUNTS_TEMP view replaces Release
10.6 PO_ACCRUAL_ACCOUNTS_TEMP partitioned tables.
.
For more information, see Multiple Organizations in Oracle
Applications and any Multiple Organizations release notes.
. This view is used by the Accrual Reconciliation report.
Not in Use


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
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:

SchemaAPPS
SynonymPO_ACCRUAL_ACCOUNTS_TEMP
SynonymPO_ACCRUAL_ACCOUNTS_TEMP_ALL