DBA Data[Home] [Help]

APPS.BEN_CNTNG_PRTN_PRFL_RT_API dependencies on BEN_PROFILE_HANDLER

Line 241: ben_profile_handler.event_handler

237: -- End of API User Hook for the after hook of create_cntng_prtn_prfl_rt
238: --
239: end;
240: --
241: ben_profile_handler.event_handler
242: (p_event => 'CREATE',
243: p_base_table => 'BEN_VRBL_RT_PRFL_F',
244: p_base_table_column => 'vrbl_rt_prfl_id',
245: p_base_table_column_value => p_vrbl_rt_prfl_id,

Line 673: ben_profile_handler.event_handler

669: -- End of API User Hook for the after hook of delete_cntng_prtn_prfl_rt
670: --
671: end;
672: --
673: ben_profile_handler.event_handler
674: (p_event => 'DELETE',
675: p_base_table => 'BEN_VRBL_RT_PRFL_F',
676: p_base_table_column => 'vrbl_rt_prfl_id',
677: p_base_table_column_value => ben_cpn_shd.g_old_rec.vrbl_rt_prfl_id,