DBA Data[Home] [Help]

APPS.PQP_ERS_DEL dependencies on PQP_EXCEPTION_REPORT_SUFFIX

Line 62: -- Delete the pqp_exception_report_suffix row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pqp_exception_report_suffix row.
63: --
64: delete from pqp_exception_report_suffix
65: where database_item_suffix = p_rec.database_item_suffix
66: and legislation_code = p_rec.legislation_code;

Line 64: delete from pqp_exception_report_suffix

60: --
61: --
62: -- Delete the pqp_exception_report_suffix row.
63: --
64: delete from pqp_exception_report_suffix
65: where database_item_suffix = p_rec.database_item_suffix
66: and legislation_code = p_rec.legislation_code;
67: --
68: --

Line 182: (p_module_name => 'PQP_EXCEPTION_REPORT_SUFFIX'

178: --
179: when hr_api.cannot_find_prog_unit then
180: --
181: hr_api.cannot_find_prog_unit_error
182: (p_module_name => 'PQP_EXCEPTION_REPORT_SUFFIX'
183: ,p_hook_type => 'AD');
184: --
185: end;
186: --