DBA Data[Home] [Help]

APPS.HR_UTILITY dependencies on FND_RESPONSIBILITY

Line 1746: from fnd_responsibility resp

1742: order by fur.responsibility_id;
1743: --
1744: cursor c_get_application_id(p_resp_id number) is
1745: select resp.application_id
1746: from fnd_responsibility resp
1747: where resp.responsibility_id = p_resp_id;
1748: --
1749: BEGIN
1750: -- if user_id is null then set to sysadmin user

Line 1854: from fnd_responsibility resp

1850: order by fur.responsibility_id;
1851: --
1852: cursor c_get_application_id(p_resp_id number) is
1853: select resp.application_id
1854: from fnd_responsibility resp
1855: where resp.responsibility_id = p_resp_id;
1856: --
1857: BEGIN
1858: --