DBA Data[Home] [Help]

APPS.POS_USER_ADMIN_PKG dependencies on FND_APPLICATION

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

1148: IF l_resp_profile IS NOT NULL THEN
1149: l_resp_key := l_resp_profile;
1150:
1151: SELECT application_id INTO l_resp_app_id
1152: FROM fnd_application WHERE application_short_name = 'PON';
1153:
1154: grant_user_resp
1155: (p_user_id => p_user_id,
1156: p_resp_key => l_resp_key,