DBA Data[Home] [Help]

APPS.CST_UNINVOICEDRECEIPTS_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 206: FROM hr_organization_information

202: FROM financials_system_parameters;
203:
204: SELECT TO_NUMBER(org_information2)
205: INTO l_legal_entity
206: FROM hr_organization_information
207: WHERE organization_id = MO_GLOBAL.GET_CURRENT_ORG_ID
208: AND org_information_context = 'Operating Unit Information';
209:
210: l_stmt_num := 30;