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


VIEW: APPS.GL_ALOC_INP_V

Object Details
Object Name: GL_ALOC_INP_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMF.GL_ALOC_INP_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 Maintenance form


[View Source]

Columns
Name Datatype Length Mandatory Comments
LEGAL_ENTITY_ID NUMBER (15)
legal entity identifier
CALENDAR_CODE VARCHAR2 (10)
calendar code
PERIOD_CODE VARCHAR2 (10)
period code
ALLOC_ID NUMBER (10) Yes allocation identifier
ALLOC_CODE VARCHAR2 (32) Yes allocation code
ACCOUNT_KEY_TYPE NUMBER (10) Yes account key type
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
,      CALENDAR_CODE
,      PERIOD_CODE
,      ALLOC_ID
,      ALLOC_CODE
,      ACCOUNT_KEY_TYPE
,      LEGAL_ENTITY_NAME
FROM APPS.GL_ALOC_INP_V;

Dependencies

[top of page]

APPS.GL_ALOC_INP_V references the following:

SchemaAPPS
SynonymGL_ALOC_INP
SynonymGL_ALOC_MST
ViewGMF_LEGAL_ENTITIES_VW2

APPS.GL_ALOC_INP_V is not referenced by any database object