DBA Data[Home] [Help]

APPS.BEN_PROCESS_USER_SS_API dependencies on FND_RESP_FUNCTIONS

Line 286: from fnd_resp_functions frf

282: ,p_app_id in
283: fnd_responsibility.application_id%type)
284: is
285: select frf.action_id, frf.rule_type
286: from fnd_resp_functions frf
287: where frf.application_id = p_app_id
288: and frf.responsibility_id = p_resp_id;
289: --
290:

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 691: -- Now create the fnd_resp_functions

687: --
688:
689: <>
690: -- ************************************************
691: -- Now create the fnd_resp_functions
692: -- ************************************************
693:
694: hr_utility.set_location(l_proc, 60);
695: --