DBA Data[Home] [Help]

APPS.PER_APL_UPD dependencies on PER_APPLICATIONS

Line 67: -- Update the per_applications Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: per_apl_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_applications Row
68: --
69: update per_applications
70: set
71: application_id = p_rec.application_id,

Line 69: update per_applications

65: per_apl_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_applications Row
68: --
69: update per_applications
70: set
71: application_id = p_rec.application_id,
72: date_received = p_rec.date_received,
73: comments = p_rec.comments,

Line 323: (p_module_name => 'PER_APPLICATIONS'

319: );
320: exception
321: when hr_api.cannot_find_prog_unit then
322: hr_api.cannot_find_prog_unit_error
323: (p_module_name => 'PER_APPLICATIONS'
324: ,p_hook_type => 'AU'
325: );
326: end;
327: -- End of API User Hook for post_update.