[Home] [Help]
[Dependency Information]
| Object Name: | INL_ADJ_ASSOCIATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INL.INL_ADJ_ASSOCIATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view shows adjusted associations between landed cost components of the same or different Shipments.
| 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 | 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 |
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
FROM APPS.INL_ADJ_ASSOCIATIONS_V;
APPS
INL_ADJ_CHARGE_LINES_V
INL_ADJ_SHIP_LINES_V
INL_ADJ_TAX_LINES_V
INL_ASSOCIATIONS
INL_CHARGE_LINES
INL_SHIP_LINES
INL_TAX_LINES
APPS
INL_LANDEDCOST_PVT
- show dependent code
|
|
|
|