DBA Data[Home] [Help]

APPS.BEN_LBR_BUS dependencies on BENUTILS

Line 558: if not benutils.formula_exists

554: and p_dflt_to_asn_pndg_ctfn_rl is not null then
555: --
556: -- check if value of formula rule is valid.
557: --
558: if not benutils.formula_exists
559: (p_formula_id => p_dflt_to_asn_pndg_ctfn_rl,
560: p_formula_type_id => -454,
561: p_business_group_id => p_business_group_id,
562: p_effective_date => p_effective_date) then

Line 631: if not benutils.formula_exists

627: and p_mn_cvg_rl is not null then
628: --
629: -- check if value of formula rule is valid.
630: --
631: if not benutils.formula_exists
632: (p_formula_id => p_mn_cvg_rl,
633: p_formula_type_id => -164,
634: p_business_group_id => p_business_group_id,
635: p_effective_date => p_effective_date) then

Line 704: if not benutils.formula_exists

700: and p_mx_cvg_rl is not null then
701: --
702: -- check if value of formula rule is valid.
703: --
704: if not benutils.formula_exists
705: (p_formula_id => p_mx_cvg_rl,
706: p_formula_type_id => -161,
707: p_business_group_id => p_business_group_id,
708: p_effective_date => p_effective_date) then