DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.POR_VIEW_DIST_LINES_V

Object Details
Object Name: POR_VIEW_DIST_LINES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewICX.POR_VIEW_DIST_LINES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.POR_VIEW_DIST_LINES_V references the following:

SchemaAPPS
SynonymFINANCIALS_SYSTEM_PARAMETERS
PL/SQL PackageFND_CURRENCY - show dependent code
ViewGL_CODE_COMBINATIONS_KFV
ViewGL_SETS_OF_BOOKS
SynonymPO_REQUISITION_LINES
SynonymPO_REQ_DISTRIBUTIONS

APPS.POR_VIEW_DIST_LINES_V is not referenced by any database object