[Home] [Help]
[Dependency Information]
| Object Name: | GL_LEDGER_LE_BSV_SPECIFIC_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GL_LEDGER_LE_BSV_SPECIFIC_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEDGER_ID | NUMBER | (15) | Yes | |
| LEDGER_NAME | VARCHAR2 | (30) | Yes | |
| LEDGER_SHORT_NAME | VARCHAR2 | (20) | Yes | |
| LEGAL_ENTITY_ID | NUMBER | (15) | ||
| LEGAL_ENTITY_NAME | VARCHAR2 | (240) | ||
| LEDGER_CATEGORY_CODE | VARCHAR2 | (30) | Yes | |
| SEGMENT_VALUE | VARCHAR2 | (25) | Yes | |
| START_DATE | DATE | |||
| END_DATE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT LEDGER_ID
, LEDGER_NAME
, LEDGER_SHORT_NAME
, LEGAL_ENTITY_ID
, LEGAL_ENTITY_NAME
, LEDGER_CATEGORY_CODE
, SEGMENT_VALUE
, START_DATE
, END_DATE
FROM APPS.GL_LEDGER_LE_BSV_SPECIFIC_V;
APPS
GL_LEDGERS
GL_LEDGER_NORM_SEG_VALS
XLE_ENTITY_PROFILES
APPS
FUN_BAL_PKG
- show dependent code
FUN_BAL_UTILS_GRP
- show dependent code
FUN_RECIPIENT_WF
- show dependent code
FUN_TRX_PUB
- show dependent code
FUN_TRX_PVT
- show dependent code
FUN_WEBADI_PKG
- show dependent code
XLE_UTILITIES_GRP
- show dependent code
|
|
|
|