DBA Data[Home] [Help]

APPS.BEN_CLA_BUS dependencies on BEN_UTILITY

Line 421: ben_utility.child_exists_error('BEN_CMBN_AGE_LOS_RT_F');

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
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

Line 430: ben_utility.child_exists_error('BEN_ELIG_CMBN_AGE_LOS_PRTE_F');

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
430: ben_utility.child_exists_error('BEN_ELIG_CMBN_AGE_LOS_PRTE_F');
431: End If;
432:
433: hr_utility.set_location('Leaving:'||l_proc,10);
434: --