DBA Data[Home] [Help]

APPS.PAY_NO_SAL_STATISTICS_ARCHIVE dependencies on HR_ORGANIZATION_UNITS

Line 530: hr_organization_units hou

526: org_information4 shift_work,
527: org_information5 payroll_period,
528: org_information6 agreed_working_hrs
529: FROM hr_organization_information hoi,
530: hr_organization_units hou
531: WHERE hou.organization_id=g_legal_employer_id
532: AND hoi.organization_id = hou.organization_id
533: AND hoi.org_information_context='NO_EMPLOYMENT_DEFAULTS';
534: