DBA Data[Home] [Help]

APPS.PQP_EXR_UPD dependencies on PQP_EXCEPTION_REPORTS

Line 68: -- Update the pqp_exception_reports Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: pqp_exr_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pqp_exception_reports Row
69: --
70:
71: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP')
72: THEN

Line 74: update pqp_exception_reports

70:
71: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP')
72: THEN
73:
74: update pqp_exception_reports
75: set
76: exception_report_id = p_rec.exception_report_id
77: ,exception_report_name = p_rec.exception_report_name
78: ,legislation_code = p_rec.legislation_code

Line 94: update pqp_exception_reports

90: where exception_report_id = p_rec.exception_report_id;
91:
92: ELSE
93:
94: update pqp_exception_reports
95: set
96: exception_report_id = p_rec.exception_report_id
97: ,exception_report_name = p_rec.exception_report_name
98: ,legislation_code = p_rec.legislation_code

Line 262: (p_module_name => 'PQP_EXCEPTION_REPORTS'

258: --
259: when hr_api.cannot_find_prog_unit then
260: --
261: hr_api.cannot_find_prog_unit_error
262: (p_module_name => 'PQP_EXCEPTION_REPORTS'
263: ,p_hook_type => 'AU');
264: --
265: end;
266: --