DBA Data[Home] [Help]

APPS.BEN_BENRECON_XMLP_PKG dependencies on BEN_BATCH_UTILS

Line 278: l_plip_name := ben_batch_utils.get_pgm_name(p_pgm_id, p_business_group_id,p_run_date) || ' - ';

274: P_CONC_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID;
275: p_date_format := fnd_profile.value('ICX_DATE_FORMAT_MASK');
276:
277: if p_pgm_id is not null then
278: l_plip_name := ben_batch_utils.get_pgm_name(p_pgm_id, p_business_group_id,p_run_date) || ' - ';
279: end if;
280: l_plip_name := l_plip_name || ben_batch_utils.get_pl_name(p_pl_id, p_business_group_id,p_run_date);
281: l_date := ' ' || to_char(p_report_start_date,p_date_format)
282: || ' to ' || to_char(p_report_end_date,p_date_format);

Line 280: l_plip_name := l_plip_name || ben_batch_utils.get_pl_name(p_pl_id, p_business_group_id,p_run_date);

276:
277: if p_pgm_id is not null then
278: l_plip_name := ben_batch_utils.get_pgm_name(p_pgm_id, p_business_group_id,p_run_date) || ' - ';
279: end if;
280: l_plip_name := l_plip_name || ben_batch_utils.get_pl_name(p_pl_id, p_business_group_id,p_run_date);
281: l_date := ' ' || to_char(p_report_start_date,p_date_format)
282: || ' to ' || to_char(p_report_end_date,p_date_format);
283: p_plan_recn_rep_header := l_plip_name ||' '||p_plan_recn_rep_header|| l_date;
284: p_plan_disc_rep_header := l_plip_name ||' '||p_plan_disc_rep_header|| l_date;