DBA Data[Home] [Help]

APPS.BEN_OTP_INS dependencies on BEN_OTP_SHD

Line 58: (p_rec in out nocopy ben_otp_shd.g_rec_type

54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure dt_insert_dml
58: (p_rec in out nocopy ben_otp_shd.g_rec_type
59: ,p_effective_date in date
60: ,p_datetrack_mode in varchar2
61: ,p_validation_start_date in date
62: ,p_validation_end_date in date

Line 72: ben_otp_shd.g_old_rec.effective_start_date

68: t.creation_date
69: from ben_optip_f t
70: where t.optip_id = p_rec.optip_id
71: and t.effective_start_date =
72: ben_otp_shd.g_old_rec.effective_start_date
73: and t.effective_end_date = (p_validation_start_date - 1);
74: --
75: l_proc varchar2(72) := g_package||'dt_insert_dml';
76: l_created_by ben_optip_f.created_by%TYPE;

Line 130: ben_otp_shd.g_api_dml := true; -- Set the api dml status

126: l_last_updated_by := fnd_global.user_id;
127: l_last_update_login := fnd_global.login_id;
128: End If;
129: --
130: ben_otp_shd.g_api_dml := true; -- Set the api dml status
131: --
132: -- Insert the row into: ben_optip_f
133: --
134: insert into ben_optip_f

Line 235: ben_otp_shd.g_api_dml := false; -- Unset the api dml status

231: ,l_last_updated_by
232: ,l_last_update_login
233: );
234: --
235: ben_otp_shd.g_api_dml := false; -- Unset the api dml status
236: hr_utility.set_location(' Leaving:'||l_proc, 15);
237: --
238: Exception
239: When hr_api.check_integrity_violated Then

Line 241: ben_otp_shd.g_api_dml := false; -- Unset the api dml status

237: --
238: Exception
239: When hr_api.check_integrity_violated Then
240: -- A check constraint has been violated
241: ben_otp_shd.g_api_dml := false; -- Unset the api dml status
242: ben_otp_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated

Line 242: ben_otp_shd.constraint_error

238: Exception
239: When hr_api.check_integrity_violated Then
240: -- A check constraint has been violated
241: ben_otp_shd.g_api_dml := false; -- Unset the api dml status
242: ben_otp_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated
246: ben_otp_shd.g_api_dml := false; -- Unset the api dml status

Line 246: ben_otp_shd.g_api_dml := false; -- Unset the api dml status

242: ben_otp_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated
246: ben_otp_shd.g_api_dml := false; -- Unset the api dml status
247: ben_otp_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When Others Then
250: ben_otp_shd.g_api_dml := false; -- Unset the api dml status

Line 247: ben_otp_shd.constraint_error

243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated
246: ben_otp_shd.g_api_dml := false; -- Unset the api dml status
247: ben_otp_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When Others Then
250: ben_otp_shd.g_api_dml := false; -- Unset the api dml status
251: Raise;

Line 250: ben_otp_shd.g_api_dml := false; -- Unset the api dml status

246: ben_otp_shd.g_api_dml := false; -- Unset the api dml status
247: ben_otp_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When Others Then
250: ben_otp_shd.g_api_dml := false; -- Unset the api dml status
251: Raise;
252: End dt_insert_dml;
253: --
254: -- ----------------------------------------------------------------------------

Line 258: (p_rec in out nocopy ben_otp_shd.g_rec_type

254: -- ----------------------------------------------------------------------------
255: -- |------------------------------< insert_dml >------------------------------|
256: -- ----------------------------------------------------------------------------
257: Procedure insert_dml
258: (p_rec in out nocopy ben_otp_shd.g_rec_type
259: ,p_effective_date in date
260: ,p_datetrack_mode in varchar2
261: ,p_validation_start_date in date
262: ,p_validation_end_date in date

Line 321: (p_rec in out nocopy ben_otp_shd.g_rec_type

317: --
318: -- {End Of Comments}
319: -- ----------------------------------------------------------------------------
320: Procedure pre_insert
321: (p_rec in out nocopy ben_otp_shd.g_rec_type
322: ,p_effective_date in date
323: ,p_datetrack_mode in varchar2
324: ,p_validation_start_date in date
325: ,p_validation_end_date in date

Line 379: (p_rec in ben_otp_shd.g_rec_type

375: --
376: -- {End Of Comments}
377: -- ----------------------------------------------------------------------------
378: Procedure post_insert
379: (p_rec in ben_otp_shd.g_rec_type
380: ,p_effective_date in date
381: ,p_datetrack_mode in varchar2
382: ,p_validation_start_date in date
383: ,p_validation_end_date in date

Line 539: ,p_rec in ben_otp_shd.g_rec_type

535: -- ----------------------------------------------------------------------------
536: Procedure ins_lck
537: (p_effective_date in date
538: ,p_datetrack_mode in varchar2
539: ,p_rec in ben_otp_shd.g_rec_type
540: ,p_validation_start_date out nocopy date
541: ,p_validation_end_date out nocopy date
542: ) is
543: --

Line 588: ,p_rec in out nocopy ben_otp_shd.g_rec_type

584: -- |---------------------------------< ins >----------------------------------|
585: -- ----------------------------------------------------------------------------
586: Procedure ins
587: (p_effective_date in date
588: ,p_rec in out nocopy ben_otp_shd.g_rec_type
589: ) is
590: --
591: l_proc varchar2(72) := g_package||'ins';
592: l_datetrack_mode varchar2(30) := hr_api.g_insert;

Line 702: l_rec ben_otp_shd.g_rec_type;

698: ,p_effective_start_date out nocopy date
699: ,p_effective_end_date out nocopy date
700: ) is
701: --
702: l_rec ben_otp_shd.g_rec_type;
703: l_proc varchar2(72) := g_package||'ins';
704: --
705: Begin
706: hr_utility.set_location('Entering:'||l_proc, 5);

Line 712: ben_otp_shd.convert_args

708: -- Call conversion function to turn arguments into the
709: -- p_rec structure.
710: --
711: l_rec :=
712: ben_otp_shd.convert_args
713: (null
714: ,null
715: ,null
716: ,p_business_group_id