[Home] [Help]
[Dependency Information]
| Object Name: | POR_VIEW_DIST_LINES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_VIEW_DIST_LINES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUISITION_LINE_ID | NUMBER | Yes | Requisition line unique identifier | |
| DISTRIBUTION_NUM | NUMBER | Yes | Distribution number | |
| CHARGE_ACCOUNT | VARCHAR2 | (155) | Charge account number | |
| PERCENTAGE | NUMBER | Percentage charged to the account | ||
| QUANTITY | NUMBER | Quantity charged to the account | ||
| AMOUNT | VARCHAR2 | (4000) | amount charged to the account |
Cut, paste (and edit) the following text to query this object:
SELECT REQUISITION_LINE_ID
, DISTRIBUTION_NUM
, CHARGE_ACCOUNT
, PERCENTAGE
, QUANTITY
, AMOUNT
FROM APPS.POR_VIEW_DIST_LINES_V;
APPS
FINANCIALS_SYSTEM_PARAMETERS
FND_CURRENCY
- show dependent code
GL_CODE_COMBINATIONS_KFV
GL_SETS_OF_BOOKS
PO_REQUISITION_LINES
PO_REQ_DISTRIBUTIONS
APPS.POR_VIEW_DIST_LINES_V is not referenced by any database object
|
|
|
|