DBA Data[Home] [Help]

APPS.POS_USER_ADMIN_PKG dependencies on FND_APPLICATION

Line 1092: FROM fnd_application WHERE application_short_name = 'PON';

1088: IF l_resp_profile IS NOT NULL THEN
1089: l_resp_key := l_resp_profile;
1090:
1091: SELECT application_id INTO l_resp_app_id
1092: FROM fnd_application WHERE application_short_name = 'PON';
1093:
1094: grant_user_resp
1095: (p_user_id => p_user_id,
1096: p_resp_key => l_resp_key,