DBA Data[Home] [Help]

APPS.PER_BIL_INS dependencies on HR_SUMMARY

Line 63: -- Insert the row into: hr_summary

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: per_bil_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_summary
64: --
65: insert into hr_summary
66: ( type,
67: business_group_id,

Line 65: insert into hr_summary

61: per_bil_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_summary
64: --
65: insert into hr_summary
66: ( type,
67: business_group_id,
68: object_version_number,
69: id_value,

Line 175: Cursor C_Sel1 is select hr_summary_s.nextval from sys.dual;

171: Procedure pre_insert(p_rec in out nocopy per_bil_shd.g_rec_type) is
172: --
173: l_proc varchar2(72) := g_package||'pre_insert';
174: --
175: Cursor C_Sel1 is select hr_summary_s.nextval from sys.dual;
176: --
177: Begin
178: hr_utility.set_location('Entering:'||l_proc, 5);
179: --

Line 266: (p_module_name => 'hr_summary'

262: --
263: when hr_api.cannot_find_prog_unit then
264: --
265: hr_api.cannot_find_prog_unit_error
266: (p_module_name => 'hr_summary'
267: ,p_hook_type => 'AI');
268: --
269: end;
270: --