DBA Data[Home] [Help]

APPS.PAY_EEI_MIG_INS dependencies on PAY_ELEMENT_TYPE_EXTRA_INFO

Line 65: -- Insert the row into: pay_element_type_extra_info

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: pay_eei_mig_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: pay_element_type_extra_info
66: --
67: insert into pay_element_type_extra_info
68: (element_type_extra_info_id
69: ,element_type_id

Line 67: insert into pay_element_type_extra_info

63: pay_eei_mig_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: pay_element_type_extra_info
66: --
67: insert into pay_element_type_extra_info
68: (element_type_extra_info_id
69: ,element_type_id
70: ,information_type
71: ,request_id

Line 259: Cursor C_Sel1 is select pay_element_type_extra_info_s.nextval from sys.dual;

255: ) is
256: --
257: l_proc varchar2(72) := g_package||'pre_insert';
258: --
259: Cursor C_Sel1 is select pay_element_type_extra_info_s.nextval from sys.dual;
260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: --

Line 444: (p_module_name => 'PAY_ELEMENT_TYPE_EXTRA_INFO'

440: --
441: when hr_api.cannot_find_prog_unit then
442: --
443: hr_api.cannot_find_prog_unit_error
444: (p_module_name => 'PAY_ELEMENT_TYPE_EXTRA_INFO'
445: ,p_hook_type => 'AI');
446: --
447: end;
448: --