[Home] [Help]
[Dependency Information]
| Object Name: | GL_ALOC_BAS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMF.GL_ALOC_BAS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View to enable master-detail relationship on Allocation Basis form
| 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 |
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;
APPS
GL_ALOC_BAS
GL_ALOC_MST
GMF_LEGAL_ENTITIES_VW2
APPS.GL_ALOC_BAS_V is not referenced by any database object
|
|
|
|