DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 152: FROM hr_organization_information

148: RAISE_APPLICATION_ERROR(-20103, l_return_msg);
149: END IF;
150:
151: SELECT org_information2 INTO l_legal_entity_id
152: FROM hr_organization_information
153: WHERE organization_id = p_organization_id
154: AND org_information_context = 'Accounting Information';
155:
156: /* Get the server date for schedule close date */