DBA Data[Home] [Help]

APPS.BEN_PFF_BUS dependencies on BEN_UTILITY

Line 745: ben_utility.child_exists_error('BEN_PCT_FL_TM_RT_F');

741: (p_base_table_name => 'BEN_PCT_FL_TM_RT_F',
742: p_base_key_column => 'pct_fl_tm_fctr_id',
743: p_base_key_value => p_pct_fl_tm_fctr_id
744: )) Then
745: ben_utility.child_exists_error('BEN_PCT_FL_TM_RT_F');
746: End If;
747:
748: --Used in eligibility profiles
749: If (ben_batch_utils.rows_exist

Line 754: ben_utility.child_exists_error('BEN_ELIG_PCT_FL_TM_PRTE_F');

750: (p_base_table_name => 'BEN_ELIG_PCT_FL_TM_PRTE_F',
751: p_base_key_column => 'pct_fl_tm_fctr_id',
752: p_base_key_value => p_pct_fl_tm_fctr_id
753: )) Then
754: ben_utility.child_exists_error('BEN_ELIG_PCT_FL_TM_PRTE_F');
755: End If;
756:
757: hr_utility.set_location('Leaving:'||l_proc,10);
758: --