DBA Data[Home] [Help]

APPS.BEN_PGI_INS dependencies on BEN_PGM_EXTRA_INFO

Line 56: -- Insert the row into: ben_pgm_extra_info

52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: ben_pgm_extra_info
57: --
58: insert into ben_pgm_extra_info
59: ( pgm_extra_info_id,
60: information_type,

Line 58: insert into ben_pgm_extra_info

54: --
55: --
56: -- Insert the row into: ben_pgm_extra_info
57: --
58: insert into ben_pgm_extra_info
59: ( pgm_extra_info_id,
60: information_type,
61: pgm_id,
62: request_id,

Line 243: Cursor C_Sel1 is select ben_pgm_extra_info_s.nextval from sys.dual;

239: Procedure pre_insert(p_rec in out nocopy ben_pgi_shd.g_rec_type) is
240: --
241: l_proc varchar2(72) := g_package||'pre_insert';
242: --
243: Cursor C_Sel1 is select ben_pgm_extra_info_s.nextval from sys.dual;
244: --
245: Begin
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --

Line 364: ( p_module_name => 'BEN_pgm_EXTRA_INFO'

360: );
361: exception
362: when hr_api.cannot_find_prog_unit then
363: hr_api.cannot_find_prog_unit_error
364: ( p_module_name => 'BEN_pgm_EXTRA_INFO'
365: ,p_hook_type => 'AI'
366: );
367: end;
368: -- End of API User Hook for post_insert.