DBA Data[Home] [Help]

APPS.BEN_PGI_UPD dependencies on BEN_PGM_EXTRA_INFO

Line 60: -- Update the ben_pgm_extra_info Row

56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: --
60: -- Update the ben_pgm_extra_info Row
61: --
62: update ben_pgm_extra_info
63: set
64: pgm_extra_info_id = p_rec.pgm_extra_info_id,

Line 62: update ben_pgm_extra_info

58: --
59: --
60: -- Update the ben_pgm_extra_info Row
61: --
62: update ben_pgm_extra_info
63: set
64: pgm_extra_info_id = p_rec.pgm_extra_info_id,
65: request_id = p_rec.request_id,
66: program_application_id = p_rec.program_application_id,

Line 350: ( p_module_name => 'BEN_PGM_EXTRA_INFO'

346: );
347: exception
348: when hr_api.cannot_find_prog_unit then
349: hr_api.cannot_find_prog_unit_error
350: ( p_module_name => 'BEN_PGM_EXTRA_INFO'
351: ,p_hook_type => 'AU'
352: );
353: end;
354: -- End of API User Hook for post_update.