DBA Data[Home] [Help]

APPS.BEN_COP_BUS dependencies on BENUTILS

Line 1116: if not benutils.formula_exists

1112: and p_auto_enrt_mthd_rl is not null then
1113: --
1114: -- check if value of formula rule is valid.
1115: --
1116: if not benutils.formula_exists
1117: (p_formula_id => p_auto_enrt_mthd_rl,
1118: p_formula_type_id => -146,
1119: p_business_group_id => p_business_group_id,
1120: p_effective_date => p_effective_date) then

Line 1190: if not benutils.formula_exists

1186: and p_dflt_enrt_det_rl is not null then
1187: --
1188: -- check if value of formula rule is valid.
1189: --
1190: if not benutils.formula_exists
1191: (p_formula_id => p_dflt_enrt_det_rl,
1192: p_formula_type_id => -32,
1193: p_business_group_id => p_business_group_id,
1194: p_effective_date => p_effective_date) then

Line 1262: if not benutils.formula_exists

1258: and p_mndtry_rl is not null then
1259: --
1260: -- check if value of formula rule is valid.
1261: --
1262: if not benutils.formula_exists
1263: (p_formula_id => p_mndtry_rl,
1264: p_formula_type_id => -159,
1265: p_business_group_id => p_business_group_id,
1266: p_effective_date => p_effective_date) then

Line 1334: if not benutils.formula_exists

1330: and p_rqd_perd_enrt_nenrt_rl is not null then
1331: --
1332: -- check if value of formula rule is valid.
1333: --
1334: if not benutils.formula_exists
1335: (p_formula_id => p_rqd_perd_enrt_nenrt_rl,
1336: p_formula_type_id => -513,
1337: p_business_group_id => p_business_group_id,
1338: p_effective_date => p_effective_date) then

Line 1406: if not benutils.formula_exists

1402: and p_postelcn_edit_rl is not null then
1403: --
1404: -- check if value of formula rule is valid.
1405: --
1406: if not benutils.formula_exists
1407: (p_formula_id => p_postelcn_edit_rl,
1408: p_formula_type_id => -215,
1409: p_business_group_id => p_business_group_id,
1410: p_effective_date => p_effective_date) then

Line 1478: if not benutils.formula_exists

1474: and p_vrfy_fmly_mmbr_rl is not null then
1475: --
1476: -- check if value of formula rule is valid.
1477: --
1478: if not benutils.formula_exists
1479: (p_formula_id => p_vrfy_fmly_mmbr_rl,
1480: p_formula_type_id => -21,
1481: p_business_group_id => p_business_group_id,
1482: p_effective_date => p_effective_date) then

Line 1551: if not benutils.formula_exists

1547: and p_enrt_rl is not null then
1548: --
1549: -- check if value of formula rule is valid.
1550: --
1551: if not benutils.formula_exists
1552: (p_formula_id => p_enrt_rl,
1553: p_formula_type_id => -393,
1554: p_business_group_id => p_business_group_id,
1555: p_effective_date => p_effective_date) then