DBA Data[Home] [Help]

APPS.XLE_UPGRADE_UTILS dependencies on XLE_LE_INTERFACE

Line 64: and exists(select le.legal_entity_id from xle_le_interface le where le.legal_entity_id = O3.org_information2);

60: AND O2.ORG_INFORMATION_CONTEXT = 'CLASS'
61: AND O3.ORG_INFORMATION_CONTEXT = 'Operating Unit Information'
62: AND O2.ORG_INFORMATION1 = 'OPERATING_UNIT'
63: AND O2.ORG_INFORMATION2 = 'Y'
64: and exists(select le.legal_entity_id from xle_le_interface le where le.legal_entity_id = O3.org_information2);
65:
66: cursor le_bsv(l_sob_id IN NUMBER) is select legal_entity_id from xle_le_bsv_interface where set_of_books_id = l_sob_id and rownum = 1;
67: l_api_name varchar2(30):= 'Get_default_context';
68: l_org_id NUMBER;