DBA Data[Home] [Help]

APPS.PQP_EXR_INS dependencies on PQP_EXCEPTION_REPORTS

Line 114: -- Insert the row into: pqp_exception_reports

110: p_rec.object_version_number := 1; -- Initialise the object version
111: --
112: pqp_exr_shd.g_api_dml := true; -- Set the api dml status
113: --
114: -- Insert the row into: pqp_exception_reports
115: --
116:
117: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP')
118: THEN

Line 120: insert into pqp_exception_reports

116:
117: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP')
118: THEN
119:
120: insert into pqp_exception_reports
121: (exception_report_id
122: ,exception_report_name
123: ,legislation_code
124: ,business_group_id

Line 153: insert into pqp_exception_reports

149: ,p_rec.output_format_type
150: ,p_rec.variance_operator
151: );
152: ELSE
153: insert into pqp_exception_reports
154: (exception_report_id
155: ,exception_report_name
156: ,legislation_code
157: ,business_group_id

Line 264: Cursor C_Sel1 is select pqp_exception_reports_s.nextval from sys.dual;

260: ) is
261: --
262: l_proc varchar2(72) := g_package||'pre_insert';
263: --
264: Cursor C_Sel1 is select pqp_exception_reports_s.nextval from sys.dual;
265: --
266: Begin
267: hr_utility.set_location('Entering:'||l_proc, 5);
268: --

Line 361: (p_module_name => 'PQP_EXCEPTION_REPORTS'

357: --
358: when hr_api.cannot_find_prog_unit then
359: --
360: hr_api.cannot_find_prog_unit_error
361: (p_module_name => 'PQP_EXCEPTION_REPORTS'
362: ,p_hook_type => 'AI');
363: --
364: end;
365: --