[Home] [Help]
[Dependency Information]
| Object Name: | INL_ALLOCATION_BASIS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INL.INL_ALLOCATION_BASIS_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ALLOCATION_BASIS_ID | NUMBER | Allocation Basis Identifier | ||
| ALLOCATION_BASIS_CODE | VARCHAR2 | (30) | Yes | Allocation Basis Code |
| ALLOCATION_BASIS_NAME | VARCHAR2 | (80) | Yes | Allocation Basis Name |
| UOM_CLASS | VARCHAR2 | (10) | Class of Unif of Measure | |
| BASE_UOM_CODE | VARCHAR2 | (3) | Base Unit of Measure of the Class |
Cut, paste (and edit) the following text to query this object:
SELECT ALLOCATION_BASIS_ID
, ALLOCATION_BASIS_CODE
, ALLOCATION_BASIS_NAME
, UOM_CLASS
, BASE_UOM_CODE
FROM APPS.INL_ALLOCATION_BASIS_VL;
APPS
FND_LOOKUP_VALUES_VL
MTL_UNITS_OF_MEASURE
APPS
INL_CHARGE_PVT
- show dependent code
INL_SHIPMENT_PVT
- show dependent code
|
|
|
|