DBA Data[Home] [Help]

APPS.PER_EST_UPD dependencies on PER_ESTABLISHMENTS

Line 67: -- Update the per_establishments Row

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

Line 69: update per_establishments

65: per_est_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_establishments Row
68: --
69: update per_establishments
70: set
71: establishment_id = p_rec.establishment_id,
72: name = p_rec.name,
73: location = p_rec.location,

Line 323: ( P_MODULE_NAME => 'PER_ESTABLISHMENTS',

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_ESTABLISHMENTS',
324: p_hook_type => 'AU'
325: );
326: end;
327: -- End of API User Hook for post_insert.