DBA Data[Home] [Help]

APPS.BEN_ERP_BUS dependencies on BENUTILS

Line 131: if not benutils.formula_exists

127: and p_rt_end_dt_rl is not null then
128: --
129: -- check if value of formula rule is valid.
130: --
131: if not benutils.formula_exists
132: (p_formula_id => p_rt_end_dt_rl,
133: p_formula_type_id => -67,
134: p_business_group_id => p_business_group_id,
135: p_effective_date => p_effective_date) then

Line 275: if not benutils.formula_exists

271: and p_rt_strt_dt_rl is not null then
272: --
273: -- check if value of formula rule is valid.
274: --
275: if not benutils.formula_exists
276: (p_formula_id => p_rt_strt_dt_rl,
277: p_formula_type_id => -66,
278: p_business_group_id => p_business_group_id,
279: p_effective_date => p_effective_date) then

Line 419: if not benutils.formula_exists

415: and p_enrt_cvg_end_dt_rl is not null then
416: --
417: -- check if value of formula rule is valid.
418: --
419: if not benutils.formula_exists
420: (p_formula_id => p_enrt_cvg_end_dt_rl,
421: p_formula_type_id => -30,
422: p_business_group_id => p_business_group_id,
423: p_effective_date => p_effective_date) then

Line 563: if not benutils.formula_exists

559: and p_enrt_cvg_strt_dt_rl is not null then
560: --
561: -- check if value of formula rule is valid.
562: --
563: if not benutils.formula_exists
564: (p_formula_id => p_enrt_cvg_strt_dt_rl,
565: p_formula_type_id => -29,
566: p_business_group_id => p_business_group_id,
567: p_effective_date => p_effective_date) then