DBA Data[Home] [Help]

APPS.BEN_PROCESS_USER_SS_API dependencies on FND_USER_RESP_GROUPS_API

Line 463: createuserid and fnd_user_resp_groups_api and fnd_resp_functions api.

459: button,putting logic in the hooks then customer can pass respo-
460: nsibility_id and responsibility_application_id via global variables
461: defined in ben_process_user_utility package header.The value of
462: the global variables will be copied to the parameter for fnd_user_pkg.
463: createuserid and fnd_user_resp_groups_api and fnd_resp_functions api.
464:
465: Also we have taken care of the fact that username,password,
466: start_date,end_date,last_logon_date,password_date,password_
467: accesses_left,password_lifespan_accesses,password_lifespan_days,

Line 609: fnd_user_resp_groups_api.insert_assignment(

605: -- NOTE: Only insert a row into fnd_user_resp_groups
606: -- when the profile option 'ENABLE_SECURITY_GROUPS'
607: -- is 'N'.
608: --
609: fnd_user_resp_groups_api.insert_assignment(
610: user_id => l_user_id
611: ,responsibility_id => nvl(ben_process_user_utility.g_fnd_resp_record.responsibility_id,l_respons_id)
612: ,responsibility_application_id => nvl(ben_process_user_utility.g_fnd_resp_record.respons_application_id,l_respons_appl_id)
613: ,security_group_id => 0

Line 649: fnd_user_resp_groups_api.insert_assignment(

645:
646: hr_utility.set_location (l_proc ||
647: ' before create_fnd_user_resp_groups', 53);
648: --
649: fnd_user_resp_groups_api.insert_assignment(
650: user_id => l_user_id
651: ,responsibility_id => nvl(ben_process_user_utility.g_fnd_resp_record.responsibility_id,l_respons_id)
652: ,responsibility_application_id => nvl(ben_process_user_utility.g_fnd_resp_record.respons_application_id,l_respons_appl_id)
653: ,security_group_id => l_sec_group_id