DBA Data[Home] [Help]

APPS.CST_COSTPROCVALIDATION_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 208: FROM hr_organization_information

204: EXIT WHEN orgs_to_process%NOTFOUND;
205:
206: SELECT TO_NUMBER(org_information2)
207: INTO l_legal_entity
208: FROM hr_organization_information
209: WHERE org_information_context = 'Accounting Information'
210: AND organization_id = l_org_id;
211:
212: l_timezone_offset := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(SYSDATE, l_legal_entity) - SYSDATE;