DBA Data[Home] [Help]

APPS.BEN_PERSON_TYPE_RATE_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_PERSON_TYPE_RATE
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 680: ben_profile_handler.event_handler

676: -- End of API User Hook for the after hook of delete_PERSON_TYPE_RATE
677: --
678: end;
679: --
680: ben_profile_handler.event_handler
681: (p_event => 'DELETE',
682: p_base_table => 'BEN_VRBL_RT_PRFL_F',
683: p_base_table_column => 'VRBL_RT_PRFL_ID',
684: p_base_table_column_value => ben_ptr_shd.g_old_rec.vrbl_rt_prfl_id,