DBA Data[Home] [Help]

APPS.PQP_ERG_INS dependencies on PQP_EXCEPTION_REPORT_GROUPS

Line 113: -- Insert the row into: pqp_exception_report_groups

109: p_rec.object_version_number := 1; -- Initialise the object version
110: --
111: pqp_erg_shd.g_api_dml := true; -- Set the api dml status
112: --
113: -- Insert the row into: pqp_exception_report_groups
114: --
115: insert into pqp_exception_report_groups
116: (exception_group_id
117: ,exception_group_name

Line 115: insert into pqp_exception_report_groups

111: pqp_erg_shd.g_api_dml := true; -- Set the api dml status
112: --
113: -- Insert the row into: pqp_exception_report_groups
114: --
115: insert into pqp_exception_report_groups
116: (exception_group_id
117: ,exception_group_name
118: ,exception_report_id
119: ,legislation_code

Line 205: Cursor C_Sel1 is select pqp_exception_report_groups_s.nextval from sys.dual;

201: ) is
202: --
203: l_proc varchar2(72) := g_package||'pre_insert';
204: --
205: Cursor C_Sel1 is select pqp_exception_report_groups_s.nextval from sys.dual;
206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: --

Line 286: (p_module_name => 'PQP_EXCEPTION_REPORT_GROUPS'

282: --
283: when hr_api.cannot_find_prog_unit then
284: --
285: hr_api.cannot_find_prog_unit_error
286: (p_module_name => 'PQP_EXCEPTION_REPORT_GROUPS'
287: ,p_hook_type => 'AI');
288: --
289: end;
290: --