DBA Data[Home] [Help]

APPS.PQH_VER_DEL dependencies on PQH_DE_WRKPLC_VLDTN_VERS

Line 62: -- Delete the pqh_de_wrkplc_vldtn_vers row.

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

Line 64: delete from pqh_de_wrkplc_vldtn_vers

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

Line 206: (p_module_name => 'PQH_DE_WRKPLC_VLDTN_VERS'

202: --
203: when hr_api.cannot_find_prog_unit then
204: --
205: hr_api.cannot_find_prog_unit_error
206: (p_module_name => 'PQH_DE_WRKPLC_VLDTN_VERS'
207: ,p_hook_type => 'AD');
208: --
209: end;
210: --