[Home] [Help]
[Dependency Information]
| Object Name: | PO_ACCRUAL_ACCOUNTS_TEMP_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PO |
| FND Design Data: | PO.PO_ACCRUAL_ACCOUNTS_TEMP_ALL
|
| Subobject Name: | |
| Status: | VALID |
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
| Tablespace: | APPS_TS_NOLOGGING |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PO_ACCRUAL_ACCOUNTS_TEMP_U1 | NORMAL | UNIQUE |
APPS_TS_NOLOGGING
|
ACCRUAL_ACCOUNT_ID
ORG_ID
|
| 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 |
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;
PO.PO_ACCRUAL_ACCOUNTS_TEMP_ALL does not reference any database object
PO.PO_ACCRUAL_ACCOUNTS_TEMP_ALL is referenced by following:
APPS
PO_ACCRUAL_ACCOUNTS_TEMP
PO_ACCRUAL_ACCOUNTS_TEMP_ALL
|
|
|
|