DBA Data[Home] [Help]

APPS.POS_USER_ADMIN_PKG dependencies on FND_RESPONSIBILITY

Line 212: FROM fnd_responsibility

208: l_resp_id NUMBER;
209: BEGIN
210: x_return_status := fnd_api.g_ret_sts_success;
211: SELECT responsibility_id INTO l_resp_id
212: FROM fnd_responsibility
213: WHERE responsibility_key = p_resp_key
214: AND application_id = p_resp_app_id;
215:
216: grant_user_resp

Line 1053: l_resp_key fnd_responsibility.responsibility_key%TYPE;

1049: )
1050: IS
1051: l_resp_profile fnd_profile_option_values.profile_option_value%TYPE;
1052: l_instr_index NUMBER;
1053: l_resp_key fnd_responsibility.responsibility_key%TYPE;
1054: l_resp_app_id NUMBER;
1055: l_step NUMBER;
1056: BEGIN
1057: x_return_status := fnd_api.g_ret_sts_success;