DBA Data[Home] [Help]

APPS.BEN_GENERATE_COMMUNICATIONS dependencies on PER_ALL_ASSIGNMENTS_F

Line 36: l_ass_rec per_all_assignments_f%rowtype;

32: l_proc varchar2(80) := g_package||'rule_passes';
33: l_outputs ff_exec.outputs_t;
34: l_jurisdiction_code pay_state_rules.jurisdiction_code%type;
35: l_loc_rec hr_locations_all%rowtype;
36: l_ass_rec per_all_assignments_f%rowtype;
37: --
38: begin
39: --
40: hr_utility.set_location('Entering: '||l_proc,10);

Line 1353: l_ass_rec per_all_assignments_f%rowtype;

1349: --
1350: l_usages_created boolean := false;
1351: l_created boolean := false;
1352: l_dummy varchar2(1);
1353: l_ass_rec per_all_assignments_f%rowtype;
1354: l_f_elg_nelg varchar2(1) ;
1355: --
1356: --
1357: -- Output variables

Line 4528: l_ass_rec per_all_assignments_f%rowtype;

4524: p_source in varchar2 default null) is
4525: --
4526: l_proc varchar2(80) := g_package||'main';
4527: --
4528: l_ass_rec per_all_assignments_f%rowtype;
4529: l_pl_rec ben_pl_f%rowtype;
4530: l_pil_rec ben_per_in_ler%rowtype;
4531: l_loc_rec hr_locations_all%rowtype;
4532: l_effective_date date;