DBA Data[Home] [Help]

APPS.BEN_PEO_BUS dependencies on BENUTILS

Line 494: if not benutils.formula_exists

490: and p_vrfy_fmly_mmbr_rl is not null then
491: --
492: -- check if value of formula rule is valid.
493: --
494: if not benutils.formula_exists
495: (p_formula_id => p_vrfy_fmly_mmbr_rl,
496: p_formula_type_id => -21,
497: p_business_group_id => p_business_group_id,
498: p_effective_date => p_effective_date) then

Line 569: if not benutils.formula_exists

565: and p_prtn_eff_strt_dt_rl is not null then
566: --
567: -- check if value of formula rule is valid.
568: --
569: if not benutils.formula_exists
570: (p_formula_id => p_prtn_eff_strt_dt_rl,
571: p_formula_type_id => -82,
572: p_business_group_id => p_business_group_id,
573: p_effective_date => p_effective_date) then

Line 715: if not benutils.formula_exists

711: and p_prtn_eff_end_dt_rl is not null then
712: --
713: -- check if value of formula rule is valid.
714: --
715: if not benutils.formula_exists
716: (p_formula_id => p_prtn_eff_end_dt_rl,
717: p_formula_type_id => -83,
718: p_business_group_id => p_business_group_id,
719: p_effective_date => p_effective_date) then

Line 918: if not benutils.formula_exists

914: and p_wait_perd_dt_to_use_rl is not null then
915: --
916: -- check if value of formula rule is valid.
917: --
918: if not benutils.formula_exists
919: (p_formula_id => p_wait_perd_dt_to_use_rl,
920: p_formula_type_id => -162,
921: p_business_group_id => p_business_group_id,
922: p_effective_date => p_effective_date) then

Line 1064: if not benutils.formula_exists

1060: and p_wait_perd_rl is not null then
1061: --
1062: -- check if value of formula rule is valid.
1063: --
1064: if not benutils.formula_exists
1065: (p_formula_id => p_wait_perd_rl,
1066: p_formula_type_id => -518,
1067: p_business_group_id => p_business_group_id,
1068: p_effective_date => p_effective_date) then

Line 1212: if not benutils.formula_exists

1208: and p_mx_poe_det_dt_rl is not null then
1209: --
1210: -- check if value of formula rule is valid.
1211: --
1212: if not benutils.formula_exists
1213: (p_formula_id => p_mx_poe_det_dt_rl,
1214: p_formula_type_id => -527,
1215: p_business_group_id => p_business_group_id,
1216: p_effective_date => p_effective_date) then

Line 1287: if not benutils.formula_exists

1283: and p_mx_poe_rl is not null then
1284: --
1285: -- check if value of formula rule is valid.
1286: --
1287: if not benutils.formula_exists
1288: (p_formula_id => p_mx_poe_rl,
1289: p_formula_type_id => -526,
1290: p_business_group_id => p_business_group_id,
1291: p_effective_date => p_effective_date) then