DBA Data[Home] [Help]

APPS.PER_SPH_UPD dependencies on PER_SP_PLAN

Line 68: -- Update the per_sp_plan Row

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

Line 70: update per_sp_plan

66: per_sph_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_sp_plan Row
69: --
70: update per_sp_plan
71: set
72: plan_id = p_rec.plan_id
73: ,plan_type = p_rec.plan_type
74: ,plan_name = p_rec.plan_name

Line 378: (p_module_name => 'PER_SP_PLAN'

374: --
375: when hr_api.cannot_find_prog_unit then
376: --
377: hr_api.cannot_find_prog_unit_error
378: (p_module_name => 'PER_SP_PLAN'
379: ,p_hook_type => 'AU');
380: --
381: end;
382: --