[Home] [Help]
[Dependency Information]
| Object Name: | XLE_FP_LEDGER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XLE.XLE_FP_LEDGER_V
|
| Subobject Name: | |
| Status: | VALID |
XLE_FP_LEDGER_V view can be used to access the Business Relationship between Ledger and First Party Legal Entity. This view can be used to derive the Legal Information based on Ledger.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEDGER_ID | NUMBER | (15) | Yes | Ledger Identifier |
| LEDGER_NAME | VARCHAR2 | (30) | Yes | Ledger Name |
| LEDGER_SHORT_NAME | VARCHAR2 | (20) | Yes | Ledger Short Name |
| LEGAL_ENTITY_ID | NUMBER | Legal Entity Identifier | ||
| LEGAL_ENTITY_NAME | VARCHAR2 | (240) | Yes | Legal Entity Name |
| LEGAL_ENTITY_IDENTIFIER | VARCHAR2 | (30) | Legal Entity Identifier | |
| LEGAL_ENTITY_COUNTRY | VARCHAR2 | (2) | Legal Entity Country | |
| LE_EFFECTIVE_FROM | DATE | Le Effective From | ||
| LE_EFFECTIVE_TO | DATE | Le Effective To | ||
| LEDGER_CATEGORY_CODE | VARCHAR2 | (30) | Yes | Ledger Category Code |
| SEGMENT_VALUE | VARCHAR2 | (25) | Yes | Balancing Segment Value |
| START_DATE | DATE | Start Date of Balancing Segment Value | ||
| END_DATE | DATE | End Date of Balancing Segment Value |
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
, LEGAL_ENTITY_IDENTIFIER
, LEGAL_ENTITY_COUNTRY
, LE_EFFECTIVE_FROM
, LE_EFFECTIVE_TO
, LEDGER_CATEGORY_CODE
, SEGMENT_VALUE
, START_DATE
, END_DATE
FROM APPS.XLE_FP_LEDGER_V;
APPS
GL_LEDGERS
GL_LEDGER_CONFIGURATIONS
GL_LEDGER_NORM_SEG_VALS
HZ_GEOGRAPHIES
XLE_ENTITY_PROFILES
APPS.XLE_FP_LEDGER_V is not referenced by any database object
|
|
|
|