DBA Data[Home] [Help]

APPS.ICX_CAT_R12_UPGRADE_PVT dependencies on FND_RESPONSIBILITY

Line 6460: FROM fnd_responsibility resp,

6456: CURSOR getOrgIdsAtRespAndAppLevelCsr (p_user_id NUMBER,
6457: p_profile_option_id NUMBER) IS
6458: SELECT DISTINCT NVL(resp_profile.profile_option_value,
6459: NVL(app_profile.profile_option_value, -2)) org_id
6460: FROM fnd_responsibility resp,
6461: fnd_profile_option_values resp_profile,
6462: fnd_profile_option_values app_profile,
6463: fnd_user_resp_groups_all user_resp
6464: WHERE user_resp.user_id = p_user_id