DBA Data[Home] [Help]

APPS.PER_SIP_UPD dependencies on PER_SP_SUCCESSOR_IN_PLAN

Line 68: -- Update the per_sp_successor_in_plan Row

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

Line 70: update per_sp_successor_in_plan

66: per_sip_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_sp_successor_in_plan Row
69: --
70: update per_sp_successor_in_plan
71: set
72: successor_in_plan_id = p_rec.successor_in_plan_id
73: ,plan_id = p_rec.plan_id
74: ,successor_id = p_rec.successor_id

Line 478: (p_module_name => 'PER_SP_SUCCESSOR_IN_PLAN'

474: --
475: when hr_api.cannot_find_prog_unit then
476: --
477: hr_api.cannot_find_prog_unit_error
478: (p_module_name => 'PER_SP_SUCCESSOR_IN_PLAN'
479: ,p_hook_type => 'AU');
480: --
481: end;
482: --