DBA Data[Home] [Help]

APPS.IGS_PE_GEN_003 dependencies on FND_USER_RESP_GROUPS_API

Line 315: fnd_user_resp_groups_api.update_assignment (

311: END IF;
312:
313: --Call update
314: IF l_update_resp THEN
315: fnd_user_resp_groups_api.update_assignment (
316: user_id => l_user_id,
317: responsibility_id => inactive_resp_rec.responsibility_id,
318: responsibility_application_id => inactive_resp_rec.application_id,
319: security_group_id => 0,

Line 333: Fnd_User_Resp_Groups_api.insert_assignment (

329: l_label := 'igs.plsql.igs_pe_gen_003.resp_assignment.'||l_action;
330: l_debug_str := fnd_message.get || 'System Person Type : '||l_system_person_type ||'/'|| ' User id : ' ||l_user_id || ' End Date ' ||'/' ||l_end_date;
331: fnd_log.string_with_context( fnd_log.level_statement,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,NULL);
332: END IF;
333: Fnd_User_Resp_Groups_api.insert_assignment (
334: user_id => l_user_id,
335: responsibility_id => resp_info_rec.responsibility_id,
336: responsibility_application_id => resp_info_rec.application_id,
337: security_group_id => 0,

Line 357: fnd_user_resp_groups_api.update_assignment (

353:
354: -- Delete event will only be called for Others person type. And will always be for sysdate.
355: -- if the resp is already end date with a past end date. Then dont touch it.
356: IF ( NVL(resp_sys_rec.end_date, sysdate) >= sysdate) THEN
357: fnd_user_resp_groups_api.update_assignment (
358: user_id => l_user_id,
359: responsibility_id => resp_sys_rec.responsibility_id,
360: responsibility_application_id => resp_sys_rec.application_id,
361: security_group_id => 0,