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


VIEW: APPS.INL_ADJ_ASSOCIATIONS_V

Object Details
Object Name: INL_ADJ_ASSOCIATIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINL.INL_ADJ_ASSOCIATIONS_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
ASSOCIATION_ID NUMBER
Yes Association Identifier
SHIP_HEADER_ID NUMBER
Yes Shipment Header 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

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

Identifier of the table line the amount goes to: SHIP_HEADER_ID, SHIP_LINE_GROUP_ID, SHIP_LINE_ID
ALLOCATION_BASIS VARCHAR2 (30) Yes Criteria through which an associated amount will be distributed into two or more components of a shipment
ALLOCATION_UOM_CODE VARCHAR2 (3)
Unit of measure through which the associated amount will be distributed into two or more components of a shipment
ADJUSTMENT_TYPE_FLAG VARCHAR2 (1)
"A" or "R" flag to indicate whether the association will be added ("A") or removed ("R"), when the completed shipment is submitted
Query Text

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


SELECT ASSOCIATION_ID
,      SHIP_HEADER_ID
,      FROM_PARENT_TABLE_NAME
,      FROM_PARENT_TABLE_ID
,      TO_PARENT_TABLE_NAME
,      TO_PARENT_TABLE_ID
,      ALLOCATION_BASIS
,      ALLOCATION_UOM_CODE
,      ADJUSTMENT_TYPE_FLAG
FROM APPS.INL_ADJ_ASSOCIATIONS_V;

Dependencies

[top of page]

APPS.INL_ADJ_ASSOCIATIONS_V references the following:

SchemaAPPS
SynonymINL_ASSOCIATIONS
SynonymINL_CHARGE_LINES
SynonymINL_SHIP_LINES_ALL
SynonymINL_TAX_LINES
APPS.INL_ADJ_ASSOCIATIONS_V is referenced by following:

SchemaAPPS
Package BodyINL_SHIPMENT_PVT - show dependent code