DBA Data[Home] [Help]

APPS.PE_AEI_UPD dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 59: -- Update the per_assignment_extra_info Row

55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: -- Update the per_assignment_extra_info Row
60: --
61: update per_assignment_extra_info
62: set
63: assignment_extra_info_id = p_rec.assignment_extra_info_id,

Line 61: update per_assignment_extra_info

57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: -- Update the per_assignment_extra_info Row
60: --
61: update per_assignment_extra_info
62: set
63: assignment_extra_info_id = p_rec.assignment_extra_info_id,
64: request_id = p_rec.request_id,
65: program_application_id = p_rec.program_application_id,

Line 348: ( p_module_name => 'PER_ASSIGNMENT_EXTRA_INFO'

344: );
345: exception
346: when hr_api.cannot_find_prog_unit then
347: hr_api.cannot_find_prog_unit_error
348: ( p_module_name => 'PER_ASSIGNMENT_EXTRA_INFO'
349: ,p_hook_type => 'AU'
350: );
351: end;
352: -- End of API User Hook for post_insert.