DBA Data[Home] [Help]

APPS.BEN_GENERATE_COMMUNICATIONS dependencies on PER_ALL_ASSIGNMENTS_F

Line 29: l_ass_rec per_all_assignments_f%rowtype;

25: l_proc varchar2(80) := g_package||'rule_passes';
26: l_outputs ff_exec.outputs_t;
27: l_jurisdiction_code pay_state_rules.jurisdiction_code%type;
28: l_loc_rec hr_locations_all%rowtype;
29: l_ass_rec per_all_assignments_f%rowtype;
30: --
31: begin
32: --
33: hr_utility.set_location('Entering: '||l_proc,10);

Line 1131: l_ass_rec per_all_assignments_f%rowtype;

1127: --
1128: l_usages_created boolean := false;
1129: l_created boolean := false;
1130: l_dummy varchar2(1);
1131: l_ass_rec per_all_assignments_f%rowtype;
1132: l_f_elg_nelg varchar2(1) ;
1133: --
1134: --
1135: -- Output variables

Line 4199: l_ass_rec per_all_assignments_f%rowtype;

4195: p_source in varchar2 default null) is
4196: --
4197: l_proc varchar2(80) := g_package||'main';
4198: --
4199: l_ass_rec per_all_assignments_f%rowtype;
4200: l_pl_rec ben_pl_f%rowtype;
4201: l_pil_rec ben_per_in_ler%rowtype;
4202: l_loc_rec hr_locations_all%rowtype;
4203: l_effective_date date;