DBA Data[Home] [Help]

APPS.PER_PDS_INS dependencies on PER_PERIODS_OF_SERVICE

Line 85: -- Insert the row into: per_periods_of_service

81: p_rec.object_version_number := 1; -- Initialise the object version
82: --
83: per_pds_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Insert the row into: per_periods_of_service
86: --
87: insert into per_periods_of_service
88: ( period_of_service_id,
89: business_group_id,

Line 87: insert into per_periods_of_service

83: per_pds_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Insert the row into: per_periods_of_service
86: --
87: insert into per_periods_of_service
88: ( period_of_service_id,
89: business_group_id,
90: termination_accepted_person_id,
91: person_id,

Line 303: Cursor C_Sel1 is select per_periods_of_service_s.nextval from sys.dual;

299: Procedure pre_insert(p_rec in out nocopy per_pds_shd.g_rec_type) is
300: --
301: l_proc varchar2(72) := g_package||'pre_insert';
302: --
303: Cursor C_Sel1 is select per_periods_of_service_s.nextval from sys.dual;
304: --
305: Begin
306: hr_utility.set_location('Entering:'||l_proc, 5);
307: --