DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on FND_USER

Line 268: procedure sych_user_pos_role (p_in_user_name in fnd_user.user_name%type,

264:
265:
266: Type srch_criteria is table of srch_criteria_record INDEX BY BINARY_INTEGER;
267:
268: procedure sych_user_pos_role (p_in_user_name in fnd_user.user_name%type,
269: p_in_person_id in per_all_people_f.person_id%type,
270: p_in_start_date in fnd_user.start_date%type,
271: p_in_exp_date in fnd_user.end_date%type) ;
272:

Line 270: p_in_start_date in fnd_user.start_date%type,

266: Type srch_criteria is table of srch_criteria_record INDEX BY BINARY_INTEGER;
267:
268: procedure sych_user_pos_role (p_in_user_name in fnd_user.user_name%type,
269: p_in_person_id in per_all_people_f.person_id%type,
270: p_in_start_date in fnd_user.start_date%type,
271: p_in_exp_date in fnd_user.end_date%type) ;
272:
273: --
274: end per_hrwf_synch;

Line 271: p_in_exp_date in fnd_user.end_date%type) ;

267:
268: procedure sych_user_pos_role (p_in_user_name in fnd_user.user_name%type,
269: p_in_person_id in per_all_people_f.person_id%type,
270: p_in_start_date in fnd_user.start_date%type,
271: p_in_exp_date in fnd_user.end_date%type) ;
272:
273: --
274: end per_hrwf_synch;