[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 |
PO_ACCRUAL_ACCOUNT_TEMP_ALL is a temporary table used by Oracle
Purchasing to generate the Accrual Reconciliation Report.
.
| 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 | Accrual account unique identifier | |
| 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:
PO
PO_ACCRUAL_ACCOUNTS_TEMP_ALL#
|
|
|
|