DBA Data[Home] [Help]

APPS.XLE_UPGRADE_UTILS dependencies on XLE_LE_BSV_INTERFACE

Line 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;

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;
69: l_sob_id NUMBER;
70: l_legal_entity_id NUMBER;