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


TABLE: INL.INL_ASSOCIATIONS

Object Details
Object Name: INL_ASSOCIATIONS
Object Type: TABLE
Owner: INL
FND Design Data: TableINL.INL_ASSOCIATIONS
Subobject Name:
Status: VALID


This table stores associations between landed cost components of the same or different Shipments.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
INL_ASSOCIATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSOCIATION_ID
INL_ASSOCIATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSHIP_HEADER_ID
INL_ASSOCIATIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnFROM_PARENT_TABLE_ID
ColumnFROM_PARENT_TABLE_NAME
INL_ASSOCIATIONS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTO_PARENT_TABLE_ID
ColumnTO_PARENT_TABLE_NAME
Columns
Name Datatype Length Mandatory Comments
ASSOCIATION_ID NUMBER
Yes Association Identifier
SHIP_HEADER_ID NUMBER
Yes Shipment 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
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
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 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
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM INL.INL_ASSOCIATIONS;

Dependencies

[top of page]

INL.INL_ASSOCIATIONS does not reference any database object

INL.INL_ASSOCIATIONS is referenced by following:

SchemaAPPS
SynonymINL_ASSOCIATIONS
Package BodyINL_INTERFACE_PVT - show dependent code