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


TABLE: INL.INL_ALLOCATIONS

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


This table stores all amounts of a Shipment, prorated into its Shipment Lines.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
INL_ALLOCATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnALLOCATION_ID
INL_ALLOCATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSHIP_HEADER_ID
ColumnADJUSTMENT_NUM
INL_ALLOCATIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnFROM_PARENT_TABLE_ID
ColumnFROM_PARENT_TABLE_NAME
INL_ALLOCATIONS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTO_PARENT_TABLE_ID
ColumnTO_PARENT_TABLE_NAME
INL_ALLOCATIONS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSOCIATION_ID
INL_ALLOCATIONS_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSHIP_LINE_ID
Columns
Name Datatype Length Mandatory Comments
ALLOCATION_ID NUMBER
Yes Allocation Identifier
SHIP_HEADER_ID NUMBER
Yes Shipment Identifier
ASSOCIATION_ID NUMBER

Association 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
PARENT_ALLOCATION_ID NUMBER

Parent Allocation Identifier
ADJUSTMENT_NUM NUMBER
Yes Adjustment Number
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
,      FROM_PARENT_TABLE_NAME
,      FROM_PARENT_TABLE_ID
,      TO_PARENT_TABLE_NAME
,      TO_PARENT_TABLE_ID
,      SHIP_LINE_ID
,      PARENT_ALLOCATION_ID
,      ADJUSTMENT_NUM
,      ALLOCATION_AMT
,      LANDED_COST_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM INL.INL_ALLOCATIONS;

Dependencies

[top of page]

INL.INL_ALLOCATIONS does not reference any database object

INL.INL_ALLOCATIONS is referenced by following:

SchemaAPPS
SynonymINL_ALLOCATIONS
Package BodyINL_INTERFACE_PVT - show dependent code