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


VIEW: APPS.GL_ALOC_BAS_V

Object Details
Object Name: GL_ALOC_BAS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMF.GL_ALOC_BAS_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View to enable master-detail relationship on Allocation Basis form


[View Source]

Columns
Name Datatype Length Mandatory Comments
LEGAL_ENTITY_ID NUMBER (15)
legal entity identifier
ALLOC_ID NUMBER (10) Yes allocation identifier
ALLOC_CODE VARCHAR2 (32) Yes allocation code
ALLOC_METHOD NUMBER (5) Yes allocation method
LEGAL_ENTITY_NAME VARCHAR2 (240) Yes Legal Entity Name
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LEGAL_ENTITY_ID
,      ALLOC_ID
,      ALLOC_CODE
,      ALLOC_METHOD
,      LEGAL_ENTITY_NAME
FROM APPS.GL_ALOC_BAS_V;

Dependencies

[top of page]

APPS.GL_ALOC_BAS_V references the following:

SchemaAPPS
SynonymGL_ALOC_BAS
SynonymGL_ALOC_MST
ViewGMF_LEGAL_ENTITIES_VW2

APPS.GL_ALOC_BAS_V is not referenced by any database object