DBA Data[Home] [Help]

APPS.BEN_CCT_BUS dependencies on BENUTILS

Line 254: if not benutils.formula_exists

250: and p_inspn_rqd_rl is not null then
251: --
252: -- check if value of formula rule is valid.
253: --
254: if not benutils.formula_exists
255: (p_formula_id => p_inspn_rqd_rl,
256: p_formula_type_id => -313,
257: p_business_group_id => p_business_group_id,
258: p_effective_date => p_effective_date) then

Line 395: if not benutils.formula_exists

391: and p_to_be_sent_dt_rl is not null then
392: --
393: -- check if value of formula rule is valid.
394: --
395: if not benutils.formula_exists
396: (p_formula_id => p_to_be_sent_dt_rl,
397: p_formula_type_id => -45,
398: p_business_group_id => p_business_group_id,
399: p_effective_date => p_effective_date) then

Line 832: if not benutils.formula_exists

828: and p_cm_typ_rl is not null then
829: --
830: -- check if value of formula rule is valid.
831: --
832: if not benutils.formula_exists
833: (p_formula_id => p_cm_typ_rl,
834: p_formula_type_id => -332,
835: p_business_group_id => p_business_group_id,
836: p_effective_date => p_effective_date) then