DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 157: FROM hr_organization_information

153: RAISE_APPLICATION_ERROR(-20103, l_return_msg);
154: END IF;
155:
156: SELECT org_information2 INTO l_legal_entity_id
157: FROM hr_organization_information
158: WHERE organization_id = p_organization_id
159: AND org_information_context = 'Accounting Information';
160:
161: /* Get the server date for schedule close date */