DBA Data[Home] [Help]

APPS.PER_NO_SICKLEAVEMONITORING dependencies on HR_ORGANIZATION_UNITS

Line 64: FROM hr_organization_units hou

60: --#CSR1
61: CURSOR csr_employer_details(c_org_id NUMBER) IS
62: SELECT hou.name Name
63: ,hou.business_group_id bg_id
64: FROM hr_organization_units hou
65: WHERE hou.organization_id = c_org_id;
66:
67: --#CSR2
68: CURSOR csr_user_table_details(c_date DATE) IS