DBA Data[Home] [Help]

APPS.PQH_CPD_DEL dependencies on PQH_CORPS_DEFINITIONS

Line 66: -- Delete the pqh_corps_definitions row.

62: end if;
63: --
64: pqh_cpd_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- Delete the pqh_corps_definitions row.
67: --
68: delete from pqh_corps_definitions
69: where corps_definition_id = p_rec.corps_definition_id;
70: --

Line 68: delete from pqh_corps_definitions

64: pqh_cpd_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- Delete the pqh_corps_definitions row.
67: --
68: delete from pqh_corps_definitions
69: where corps_definition_id = p_rec.corps_definition_id;
70: --
71: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
72: --

Line 296: (p_module_name => 'PQH_CORPS_DEFINITIONS'

292: --
293: when hr_api.cannot_find_prog_unit then
294: --
295: hr_api.cannot_find_prog_unit_error
296: (p_module_name => 'PQH_CORPS_DEFINITIONS'
297: ,p_hook_type => 'AD');
298: --
299: end;
300: --