DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_UTILS dependencies on HR_ORGANIZATION_UNITS

Line 1663: HR_ORGANIZATION_UNITS hou

1659:
1660: CURSOR org_cur IS
1661: SELECT hou.name org_name
1662: FROM per_organization_list per,
1663: HR_ORGANIZATION_UNITS hou
1664: WHERE per.organization_id = hou.organization_id
1665: AND per.security_profile_id = p_security_profile_id;
1666:
1667: l_counter NUMBER := 0;