DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_UTILS dependencies on HR_ORGANIZATION_UNITS

Line 1624: HR_ORGANIZATION_UNITS hou

1620:
1621: CURSOR org_cur IS
1622: SELECT hou.name org_name
1623: FROM per_organization_list per,
1624: HR_ORGANIZATION_UNITS hou
1625: WHERE per.organization_id = hou.organization_id
1626: AND per.security_profile_id = p_security_profile_id;
1627:
1628: l_counter NUMBER := 0;