DBA Data[Home] [Help]

APPS.BEN_LSF_BUS dependencies on BEN_BATCH_UTILS

Line 1308: If (ben_batch_utils.rows_exist

1304: close chk_cmbn_age_los_fctr;*/ --Bug 2978945 Used the common function instead of cursor
1305: --
1306:
1307: -- check if los factor record exists in the ben_cmbn_age_los_fctr table
1308: If (ben_batch_utils.rows_exist
1309: (p_base_table_name => 'ben_cmbn_age_los_fctr',
1310: p_base_key_column => 'los_fctr_id',
1311: p_base_key_value => p_los_fctr_id
1312: )) Then

Line 1317: If (ben_batch_utils.rows_exist

1313: ben_utility.child_exists_error('ben_cmbn_age_los_fctr');
1314: End If;
1315:
1316: -- check if los factor record exists in the variable rates
1317: If (ben_batch_utils.rows_exist
1318: (p_base_table_name => 'ben_los_rt_f',
1319: p_base_key_column => 'los_fctr_id',
1320: p_base_key_value => p_los_fctr_id
1321: )) Then

Line 1327: If (ben_batch_utils.rows_exist

1323: End If;
1324:
1325:
1326: -- check if los factor record exists in the eligibility rates
1327: If (ben_batch_utils.rows_exist
1328: (p_base_table_name => 'ben_elig_los_prte_f',
1329: p_base_key_column => 'los_fctr_id',
1330: p_base_key_value => p_los_fctr_id
1331: )) Then