DBA Data[Home] [Help]

APPS.PER_APPLICATIONS_PKG dependencies on BEN_ABV_LER

Line 98: l_old ben_abv_ler.g_abv_ler_rec;

94: between abv1.effective_start_date
95: and abv1.effective_end_date;
96: --
97: l_c1 c1%rowtype;
98: l_old ben_abv_ler.g_abv_ler_rec;
99: l_new ben_abv_ler.g_abv_ler_rec;
100: --
101: -- End of fix for WWBUG 1408379
102: --

Line 99: l_new ben_abv_ler.g_abv_ler_rec;

95: and abv1.effective_end_date;
96: --
97: l_c1 c1%rowtype;
98: l_old ben_abv_ler.g_abv_ler_rec;
99: l_new ben_abv_ler.g_abv_ler_rec;
100: --
101: -- End of fix for WWBUG 1408379
102: --
103: BEGIN

Line 213: ben_abv_ler.ler_chk(p_old => l_old,

209: l_new.assignment_budget_value_id := l_c1.assignment_budget_value_id;
210: l_new.effective_start_date := l_c1.effective_start_date;
211: l_new.effective_end_date := p_date_end;
212: --
213: ben_abv_ler.ler_chk(p_old => l_old,
214: p_new => l_new,
215: p_effective_date => l_c1.effective_start_date);
216: --
217: end loop;

Line 273: l_old ben_abv_ler.g_abv_ler_rec;

269: and abv1.assignment_id = paa.assignment_id
270: and abv1.effective_end_date = p_date_end;
271: --
272: l_c1 c1%rowtype;
273: l_old ben_abv_ler.g_abv_ler_rec;
274: l_new ben_abv_ler.g_abv_ler_rec;
275: --
276: -- End of fix for WWBUG 1408379
277: --

Line 274: l_new ben_abv_ler.g_abv_ler_rec;

270: and abv1.effective_end_date = p_date_end;
271: --
272: l_c1 c1%rowtype;
273: l_old ben_abv_ler.g_abv_ler_rec;
274: l_new ben_abv_ler.g_abv_ler_rec;
275: --
276: -- End of fix for WWBUG 1408379
277: --
278: BEGIN

Line 341: ben_abv_ler.ler_chk(p_old => l_old,

337: l_old.assignment_budget_value_id := l_c1.assignment_budget_value_id;
338: l_old.effective_start_date := l_c1.effective_start_date;
339: l_old.effective_end_date := p_end_of_time;
340: --
341: ben_abv_ler.ler_chk(p_old => l_old,
342: p_new => l_new,
343: p_effective_date => l_c1.effective_start_date);
344: --
345: end loop;