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


VIEW: APPS.INL_ALLOCATIONS_V

Object Details
Object Name: INL_ALLOCATIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINL.INL_ALLOCATIONS_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ALLOCATION_ID NUMBER
Yes Allocation Identifier
SHIP_HEADER_ID NUMBER
Yes Shipment Identifier
ASSOCIATION_ID NUMBER

Association Identifier
PARENT_ALLOCATION_ID NUMBER

Parent Allocation Identifier
FROM_PARENT_TABLE_NAME VARCHAR2 (30) Yes Name of the table the amount comes from: INL_SHIP_LINES, INL_CHARGE_LINES, INL_TAX_LINES
FROM_PARENT_TABLE_ID NUMBER
Yes Identifier of the table line the amount comes from: SHIP_LINE_ID, CHARGE_LINE_ID, TAX_LINE_ID
TO_PARENT_TABLE_NAME VARCHAR2 (30) Yes Name of the table the amount goes to: INL_SHIP_HEADERS, INL_SHIP_LINE_GROUPS, INL_SHIP_LINES
TO_PARENT_TABLE_ID NUMBER
Yes Identifier of the table line the amount goes to: SHIP_HEADER_ID, SHIP_LINE_GROUP_ID, SHIP_LINE_ID
SHIP_LINE_ID NUMBER

Shipment Line Identifier
ADJUSTMENT_NUM NUMBER
Yes Adjustment Number
ESTIMATED_AMT NUMBER

Estimated Amount
ALLOCATION_AMT NUMBER
Yes Allocation Amount
LANDED_COST_FLAG VARCHAR2 (1) Yes "Y" or "N" flag indicating whether the amount should be considered in the landed cost
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ALLOCATION_ID
,      SHIP_HEADER_ID
,      ASSOCIATION_ID
,      PARENT_ALLOCATION_ID
,      FROM_PARENT_TABLE_NAME
,      FROM_PARENT_TABLE_ID
,      TO_PARENT_TABLE_NAME
,      TO_PARENT_TABLE_ID
,      SHIP_LINE_ID
,      ADJUSTMENT_NUM
,      ESTIMATED_AMT
,      ALLOCATION_AMT
,      LANDED_COST_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.INL_ALLOCATIONS_V;

Dependencies

[top of page]

APPS.INL_ALLOCATIONS_V references the following:

SchemaAPPS
SynonymINL_ALLOCATIONS
SynonymINL_SHIP_LINES_ALL

APPS.INL_ALLOCATIONS_V is not referenced by any database object