[Home] [Help]
[Dependency Information]
| Object Name: | INL_ALLOCATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INL.INL_ALLOCATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view shows all amounts of a Shipment, prorated into its Shipment Lines.
| 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). |
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;
APPS
INL_ALLOCATIONS
INL_SHIP_LINES_ALL
APPS.INL_ALLOCATIONS_V is not referenced by any database object
|
|
|
|