DBA Data[Home] [Help]

APPS.PER_PML_UPD dependencies on PER_OBJECTIVES_LIBRARY

Line 68: -- Update the per_objectives_library Row

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

Line 70: update per_objectives_library

66: --
67: --
68: -- Update the per_objectives_library Row
69: --
70: update per_objectives_library
71: set
72: objective_id = p_rec.objective_id
73: ,object_version_number = p_rec.object_version_number
74: ,objective_name = p_rec.objective_name

Line 462: (p_module_name => 'PER_OBJECTIVES_LIBRARY'

458: --
459: when hr_api.cannot_find_prog_unit then
460: --
461: hr_api.cannot_find_prog_unit_error
462: (p_module_name => 'PER_OBJECTIVES_LIBRARY'
463: ,p_hook_type => 'AU');
464: --
465: end;
466: --