DBA Data[Home] [Help]

APPS.IGP_AD_USERID_PKG dependencies on FND_USER_RESP_GROUPS_API

Line 742: fnd_user_resp_groups_api.update_assignment(

738: IF (l_expiration_dt IS NULL) THEN -- Update the FNd resp to be not end dated,.
739: OPEN c_get_resp_desc(c_get_resp_rec.responsibility_id); -- get the desc of the resp. reqd for API call.
740: FETCH c_get_resp_desc INTO l_desc;
741: CLOSE c_get_resp_desc;
742: fnd_user_resp_groups_api.update_assignment(
743: user_id => l_fnd_user_id, -- FND user ID.
744: responsibility_id =>c_get_resp_rec.responsibility_id, -- RESP ID.
745: responsibility_application_id =>8405,
746: security_group_id => 0,

Line 759: fnd_user_resp_groups_api.update_assignment(

755: OPEN c_get_resp_desc(c_get_resp_rec.responsibility_id); -- get the desc of the resp. reqd for API call.
756: FETCH c_get_resp_desc INTO l_desc;
757: CLOSE c_get_resp_desc;
758: BEGIN
759: fnd_user_resp_groups_api.update_assignment(
760: user_id => l_fnd_user_id, -- FND user ID.
761: responsibility_id =>c_get_resp_rec.responsibility_id, -- RESP ID.
762: responsibility_application_id =>8405,
763: security_group_id => 0,

Line 777: ELSIF (c_chk_resp_rec.responsibility_id IS NULL) THEN -- Attach the resp. Call the pkg fnd_user_resp_groups_api.

773: END;
774: END IF;
775: END IF;
776: END IF;
777: ELSIF (c_chk_resp_rec.responsibility_id IS NULL) THEN -- Attach the resp. Call the pkg fnd_user_resp_groups_api.
778: OPEN c_get_resp_desc(c_get_resp_rec.responsibility_id); -- get the desc of the resp. reqd for API call.
779: FETCH c_get_resp_desc INTO l_desc;
780: CLOSE c_get_resp_desc;
781:

Line 785: fnd_user_resp_groups_api.insert_assignment(

781:
782: IF fnd_log.level_procedure >= fnd_log.g_current_runtime_level THEN
783: fnd_log.string(fnd_log.level_procedure,'igs.plsql.igp_ad_userid_pkg.create_port_account','Resp desc for new resp :'||l_desc);
784: END IF;
785: fnd_user_resp_groups_api.insert_assignment(
786: user_id => l_fnd_user_id, -- FND user ID.
787: responsibility_id =>c_get_resp_rec.responsibility_id, -- RESP ID.
788: responsibility_application_id =>8405,
789: security_group_id => 0,