DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 4431: FROM hr_organization_information

4427: l_api_message := 'Inventory accounting period not open.';
4428: /* get the legal entity for timezone conversion */
4429: SELECT to_number(org_information2)
4430: INTO l_le_id
4431: FROM hr_organization_information
4432: WHERE organization_id = p_rcv_event.organization_id
4433: AND org_information_context = 'Accounting Information';
4434:
4435: l_stmt_num := 55;