DBA Data[Home] [Help]

APPS.BEN_CLP_BUS dependencies on BENUTILS

Line 939: if not benutils.formula_exists

935: and p_eval_rl is not null then
936: --
937: -- check if value of formula rule is valid.
938: --
939: if not benutils.formula_exists
940: (p_formula_id => p_eval_rl,
941: p_formula_type_id => -506,
942: p_business_group_id => p_business_group_id,
943: p_effective_date => p_effective_date) then

Line 1012: if not benutils.formula_exists

1008: and p_eval_ler_det_rl is not null then
1009: --
1010: -- check if value of formula rule is valid.
1011: --
1012: if not benutils.formula_exists
1013: (p_formula_id => p_eval_ler_det_rl,
1014: p_formula_type_id => -505,
1015: p_business_group_id => p_business_group_id,
1016: p_effective_date => p_effective_date) then