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


VIEW: APPS.INL_ALLOCATION_BASIS_VL

Object Details
Object Name: INL_ALLOCATION_BASIS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINL.INL_ALLOCATION_BASIS_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


This view shows Allocation Basis information in a given language.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.INL_ALLOCATION_BASIS_VL references the following:

SchemaAPPS
ViewFND_LOOKUP_VALUES_VL
PL/SQL PackageFND_PROFILE - show dependent code
SynonymMTL_UNITS_OF_MEASURE
APPS.INL_ALLOCATION_BASIS_VL is referenced by following:

SchemaAPPS
Package BodyINL_CHARGE_PVT - show dependent code
Package BodyINL_SHIPMENT_PVT - show dependent code