DBA Data[Home] [Help]

APPS.PQH_PRE_DEL dependencies on PQH_DE_INS_END_REASONS

Line 62: -- Delete the pqh_de_ins_end_reasons row.

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

Line 64: delete from pqh_de_ins_end_reasons

60: --
61: --
62: -- Delete the pqh_de_ins_end_reasons row.
63: --
64: delete from pqh_de_ins_end_reasons
65: where ins_end_reason_id = p_rec.ins_end_reason_id;
66: --
67: --
68: --

Line 186: (p_module_name => 'PQH_DE_INS_END_REASONS'

182: --
183: when hr_api.cannot_find_prog_unit then
184: --
185: hr_api.cannot_find_prog_unit_error
186: (p_module_name => 'PQH_DE_INS_END_REASONS'
187: ,p_hook_type => 'AD');
188: --
189: end;
190: --