DBA Data[Home] [Help]

APPS.BEN_CLA_BUS dependencies on BEN_BATCH_UTILS

Line 416: If (ben_batch_utils.rows_exist

412: --
413: hr_utility.set_location('Entering:'||l_proc, 5);
414:
415: --Used in variable rate profiles
416: If (ben_batch_utils.rows_exist
417: (p_base_table_name => 'BEN_CMBN_AGE_LOS_RT_F',
418: p_base_key_column => 'cmbn_age_los_fctr_id',
419: p_base_key_value => p_cmbn_age_los_fctr_id
420: )) Then

Line 425: If (ben_batch_utils.rows_exist

421: ben_utility.child_exists_error('BEN_CMBN_AGE_LOS_RT_F');
422: End If;
423:
424: --Used in eligibility profiles
425: If (ben_batch_utils.rows_exist
426: (p_base_table_name => 'BEN_ELIG_CMBN_AGE_LOS_PRTE_F',
427: p_base_key_column => 'cmbn_age_los_fctr_id',
428: p_base_key_value => p_cmbn_age_los_fctr_id
429: )) Then