DBA Data[Home] [Help]

APPS.BEN_CMBN_AGE_LOS_RT_API dependencies on BEN_PROFILE_HANDLER

Line 237: ben_profile_handler.event_handler

233: -- End of API User Hook for the after hook of create_CMBN_AGE_LOS_RT
234: --
235: end;
236: --
237: ben_profile_handler.event_handler
238: (p_event => 'CREATE',
239: p_base_table => 'BEN_VRBL_RT_PRFL_F',
240: p_base_table_column => 'VRBL_RT_PRFL_ID',
241: p_base_table_column_value => p_vrbl_rt_prfl_id,

Line 665: ben_profile_handler.event_handler

661: -- End of API User Hook for the after hook of delete_CMBN_AGE_LOS_RT
662: --
663: end;
664: --
665: ben_profile_handler.event_handler
666: (p_event => 'DELETE',
667: p_base_table => 'BEN_VRBL_RT_PRFL_F',
668: p_base_table_column => 'VRBL_RT_PRFL_ID',
669: p_base_table_column_value => ben_cmr_shd.g_old_rec.vrbl_rt_prfl_id,