DBA Data[Home] [Help]

APPS.PER_KAD_UPD dependencies on PER_ADDRESSES

Line 69: -- Update the per_addresses Row

65: hr_utility.set_location(l_proc, 6);
66: per_kad_shd.g_api_dml := true; -- Set the api dml status
67: --
68: hr_utility.set_location(l_proc, 7);
69: -- Update the per_addresses Row
70: --
71: update per_addresses
72: set
73: address_id = p_rec.address_id,

Line 71: update per_addresses

67: --
68: hr_utility.set_location(l_proc, 7);
69: -- Update the per_addresses Row
70: --
71: update per_addresses
72: set
73: address_id = p_rec.address_id,
74: -- 70.2 change a start.
75: date_from = p_rec.date_from,