DBA Data[Home] [Help]

APPS.PQP_ERG_UPD dependencies on PQP_EXCEPTION_REPORT_GROUPS

Line 68: -- Update the pqp_exception_report_groups Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: pqp_erg_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pqp_exception_report_groups Row
69: --
70: update pqp_exception_report_groups
71: set
72: exception_group_id = p_rec.exception_group_id

Line 70: update pqp_exception_report_groups

66: pqp_erg_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pqp_exception_report_groups Row
69: --
70: update pqp_exception_report_groups
71: set
72: exception_group_id = p_rec.exception_group_id
73: ,exception_group_name = p_rec.exception_group_name
74: ,exception_report_id = p_rec.exception_report_id

Line 232: (p_module_name => 'PQP_EXCEPTION_REPORT_GROUPS'

228: --
229: when hr_api.cannot_find_prog_unit then
230: --
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'PQP_EXCEPTION_REPORT_GROUPS'
233: ,p_hook_type => 'AU');
234: --
235: end;
236: --