DBA Data[Home] [Help]

APPS.BEN_LABOR_MEMBER_RATE_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_LABOR_MEMBER_RATE
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_LABOR_MEMBER_RATE
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_lmm_shd.g_old_rec.vrbl_rt_prfl_id,