DBA Data[Home] [Help]

APPS.PER_KAD_INS dependencies on PER_ADDRESSES

Line 63: -- Insert the row into: per_addresses

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: per_kad_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_addresses
64: --
65: insert into per_addresses
66: ( address_id,
67: business_group_id,

Line 65: insert into per_addresses

61: per_kad_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_addresses
64: --
65: insert into per_addresses
66: ( address_id,
67: business_group_id,
68: person_id,
69: date_from,

Line 229: Cursor C_Sel1 is select per_addresses_s.nextval from sys.dual;

225: Procedure pre_insert(p_rec in out nocopy per_kad_shd.g_rec_type) is
226: --
227: l_proc varchar2(72) := g_package||'pre_insert';
228: --
229: Cursor C_Sel1 is select per_addresses_s.nextval from sys.dual;
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --