DBA Data[Home] [Help]

APPS.PER_ADD_UPD dependencies on PER_ADDRESSES

Line 69: -- Update the per_addresses Row

65: hr_utility.set_location(l_proc, 6);
66: per_add_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: business_group_id = p_rec.business_group_id,
75: person_id = p_rec.person_id,

Line 456: (p_module_name => 'PER_ADDRESSES'

452: );
453: exception
454: when hr_api.cannot_find_prog_unit then
455: hr_api.cannot_find_prog_unit_error
456: (p_module_name => 'PER_ADDRESSES'
457: ,p_hook_type => 'AU'
458: );
459: end;
460: --