[Home] [Help]
[Dependency Information]
| Object Name: | PA_DRAFT_INV_DETAILS_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_DRAFT_INV_DETAILS_EFC
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | |
| DRAFT_INVOICE_DETAIL_ID | NUMBER | Yes | ||
| DENOM_BILL_AMOUNT | NUMBER | Yes | ||
| PROJACCT_CURRENCY_CODE | VARCHAR2 | (15) | ||
| PROJACCT_COST_AMOUNT | NUMBER | |||
| PROJACCT_BILL_AMOUNT | NUMBER | |||
| BILL_RATE | NUMBER | |||
| BASE_AMOUNT | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT SET_OF_BOOKS_ID
, DRAFT_INVOICE_DETAIL_ID
, DENOM_BILL_AMOUNT
, PROJACCT_CURRENCY_CODE
, PROJACCT_COST_AMOUNT
, PROJACCT_BILL_AMOUNT
, BILL_RATE
, BASE_AMOUNT
FROM PA.PA_DRAFT_INV_DETAILS_EFC;
PA.PA_DRAFT_INV_DETAILS_EFC does not reference any database object
PA.PA_DRAFT_INV_DETAILS_EFC is referenced by following:
PA
PA_DRAFT_INV_DETAILS_EFC#
|
|
|
|