[Home] [Help]
[Dependency Information]
Object Name: | XLE_FP_OU_LEDGER_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
XLE_FP_OU_LEDGER_V view can be used to access the Business Relationship between Operating Unit, Ledger and First Party Legal Entity. This view can be used to derive the Legal Information based on Operating Unit / Ledger.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OPERATING_UNIT_ID | NUMBER | (15) | Yes | Operating Unit Identifier |
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 | (15) | Legal Entity Identifier | |
LEGAL_ENTITY_NAME | VARCHAR2 | (240) | Yes | Legal Entity Name |
LEGAL_ENTITY_IDENTIFIER | VARCHAR2 | (30) | Legal Entity Identifier | |
ACTIVITY_CODE | VARCHAR2 | (150) | Activity Code of Legal Entity | |
SUB_ACTIVITY_CODE | VARCHAR2 | (150) | Sub-Activity Code of Legal Entity | |
TYPE_OF_COMPANY | VARCHAR2 | (50) | Type Of Company of Legal Entity | |
LE_EFFECTIVE_FROM | DATE | Start Date of of Legal Entity | ||
LE_EFFECTIVE_TO | DATE | End Date of of Legal Entity | ||
REGISTRATION_NUMBER | VARCHAR2 | (30) | Yes | Registration Number of the Identifying Registration associated to the Legal Entity |
ADDRESS_LINE_1 | VARCHAR2 | (240) | Registration Address: Address Line 1 | |
ADDRESS_LINE_2 | VARCHAR2 | (240) | Registration Address: Address Line 2 | |
ADDRESS_LINE_3 | VARCHAR2 | (240) | Registration Address: Address Line 3 | |
REGION_1 | VARCHAR2 | (120) | Registration Address: Region 1 | |
REGION_2 | VARCHAR2 | (120) | Registration Address: Region 2 | |
REGION_3 | VARCHAR2 | (120) | Registration Address: Region 3 | |
TOWN_OR_CITY | VARCHAR2 | (30) | Registration Address: Town Or City | |
POSTAL_CODE | VARCHAR2 | (30) | Registration Address: Postal Code | |
COUNTRY | VARCHAR2 | (60) | Registration Address: Country |
Cut, paste (and edit) the following text to query this object:
SELECT OPERATING_UNIT_ID
, LEDGER_ID
, LEDGER_NAME
, LEDGER_SHORT_NAME
, LEGAL_ENTITY_ID
, LEGAL_ENTITY_NAME
, LEGAL_ENTITY_IDENTIFIER
, ACTIVITY_CODE
, SUB_ACTIVITY_CODE
, TYPE_OF_COMPANY
, LE_EFFECTIVE_FROM
, LE_EFFECTIVE_TO
, REGISTRATION_NUMBER
, ADDRESS_LINE_1
, ADDRESS_LINE_2
, ADDRESS_LINE_3
, REGION_1
, REGION_2
, REGION_3
, TOWN_OR_CITY
, POSTAL_CODE
, COUNTRY
FROM APPS.XLE_FP_OU_LEDGER_V;
|
|
|