DBA Data[Home] [Help]

APPS.PER_REQ_UPD dependencies on PER_REQUISITIONS

Line 68: -- Update the per_requisitions Row

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

Line 70: update per_requisitions

66: --
67: --
68: -- Update the per_requisitions Row
69: --
70: update per_requisitions
71: set
72: requisition_id = p_rec.requisition_id
73: ,business_group_id = p_rec.business_group_id
74: ,person_id = p_rec.person_id

Line 361: (p_module_name => 'PER_REQUISITIONS'

357: --
358: when hr_api.cannot_find_prog_unit then
359: --
360: hr_api.cannot_find_prog_unit_error
361: (p_module_name => 'PER_REQUISITIONS'
362: ,p_hook_type => 'AU');
363: --
364: end;
365: --