DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 4422: FROM hr_organization_information

4418: l_api_message := 'Inventory accounting period not open.';
4419: /* get the legal entity for timezone conversion */
4420: SELECT to_number(org_information2)
4421: INTO l_le_id
4422: FROM hr_organization_information
4423: WHERE organization_id = p_rcv_event.organization_id
4424: AND org_information_context = 'Accounting Information';
4425:
4426: l_stmt_num := 55;