DBA Data[Home] [Help]

APPS.BEN_EPA_BUS dependencies on BENUTILS

Line 705: if not benutils.formula_exists

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

Line 849: if not benutils.formula_exists

845: and p_wait_perd_rl is not null then
846: --
847: -- check if value of formula rule is valid.
848: --
849: if not benutils.formula_exists
850: (p_formula_id => p_wait_perd_rl,
851: p_formula_type_id => -518,
852: p_business_group_id => p_business_group_id,
853: p_effective_date => p_effective_date) then

Line 924: if not benutils.formula_exists

920: and p_mx_poe_det_dt_rl is not null then
921: --
922: -- check if value of formula rule is valid.
923: --
924: if not benutils.formula_exists
925: (p_formula_id => p_mx_poe_det_dt_rl,
926: p_formula_type_id => -527,
927: p_business_group_id => p_business_group_id,
928: p_effective_date => p_effective_date) then

Line 999: if not benutils.formula_exists

995: and p_mx_poe_rl is not null then
996: --
997: -- check if value of formula rule is valid.
998: --
999: if not benutils.formula_exists
1000: (p_formula_id => p_mx_poe_rl,
1001: p_formula_type_id => -526,
1002: p_business_group_id => p_business_group_id,
1003: p_effective_date => p_effective_date) then