DBA Data[Home] [Help]

APPS.CST_UNINVOICEDRECEIPTS_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 147: FROM hr_organization_information

143: FROM financials_system_parameters;
144:
145: SELECT TO_NUMBER(org_information2)
146: INTO l_legal_entity
147: FROM hr_organization_information
148: WHERE organization_id = MO_GLOBAL.GET_CURRENT_ORG_ID
149: AND org_information_context = 'Operating Unit Information';
150:
151: l_stmt_num := 30;