DBA Data[Home] [Help]

APPS.PER_PSH_UPD dependencies on PER_SCORECARD_SHARING

Line 68: -- Update the per_scorecard_sharing Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the per_scorecard_sharing Row
69: --
70: update per_scorecard_sharing
71: set
72: sharing_instance_id = p_rec.sharing_instance_id

Line 70: update per_scorecard_sharing

66: --
67: --
68: -- Update the per_scorecard_sharing Row
69: --
70: update per_scorecard_sharing
71: set
72: sharing_instance_id = p_rec.sharing_instance_id
73: ,object_version_number = p_rec.object_version_number
74: ,scorecard_id = p_rec.scorecard_id

Line 366: (p_module_name => 'PER_SCORECARD_SHARING'

362: --
363: when hr_api.cannot_find_prog_unit then
364: --
365: hr_api.cannot_find_prog_unit_error
366: (p_module_name => 'PER_SCORECARD_SHARING'
367: ,p_hook_type => 'AU');
368: --
369: end;
370: --