DBA Data[Home] [Help]

APPS.BEN_AGF_BUS dependencies on BENUTILS

Line 275: if not benutils.formula_exists

271: and p_rndg_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_rndg_rl,
277: p_formula_type_id => -169,
278: p_business_group_id => p_business_group_id,
279: p_effective_date => p_effective_date) then

Line 361: if not benutils.formula_exists

357: and p_age_calc_rl is not null then
358: --
359: -- check if value of formula rule is valid.
360: --
361: if not benutils.formula_exists
362: (p_formula_id => p_age_calc_rl,
363: p_formula_type_id => -500,
364: p_business_group_id => p_business_group_id,
365: p_effective_date => p_effective_date) then

Line 552: if not benutils.formula_exists

548: and p_age_det_rl is not null then
549: --
550: -- check if value of formula rule is valid.
551: --
552: if not benutils.formula_exists
553: (p_formula_id => p_age_det_rl,
554: p_formula_type_id => -145,
555: p_business_group_id => p_business_group_id,
556: p_effective_date => p_effective_date) then