DBA Data[Home] [Help]

APPS.BEN_CPP_INS dependencies on BEN_CPP_SHD

Line 58: (p_rec in out nocopy ben_cpp_shd.g_rec_type,

54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure dt_insert_dml
58: (p_rec in out nocopy ben_cpp_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) is

Line 72: ben_cpp_shd.g_old_rec.effective_start_date

68: t.creation_date
69: from ben_plip_f t
70: where t.plip_id = p_rec.plip_id
71: and t.effective_start_date =
72: ben_cpp_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_plip_f.created_by%TYPE;

Line 129: ben_cpp_shd.g_api_dml := true; -- Set the api dml status

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

Line 338: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status

334: l_last_update_login,
335: p_rec.all_inelig
336: );
337: --
338: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status
339: hr_utility.set_location(' Leaving:'||l_proc, 15);
340: --
341: Exception
342: When hr_api.check_integrity_violated Then

Line 344: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status

340: --
341: Exception
342: When hr_api.check_integrity_violated Then
343: -- A check constraint has been violated
344: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status
345: ben_cpp_shd.constraint_error
346: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
347: When hr_api.unique_integrity_violated Then
348: -- Unique integrity has been violated

Line 345: ben_cpp_shd.constraint_error

341: Exception
342: When hr_api.check_integrity_violated Then
343: -- A check constraint has been violated
344: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status
345: ben_cpp_shd.constraint_error
346: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
347: When hr_api.unique_integrity_violated Then
348: -- Unique integrity has been violated
349: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status

Line 349: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status

345: ben_cpp_shd.constraint_error
346: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
347: When hr_api.unique_integrity_violated Then
348: -- Unique integrity has been violated
349: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status
350: ben_cpp_shd.constraint_error
351: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
352: When Others Then
353: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status

Line 350: ben_cpp_shd.constraint_error

346: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
347: When hr_api.unique_integrity_violated Then
348: -- Unique integrity has been violated
349: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status
350: ben_cpp_shd.constraint_error
351: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
352: When Others Then
353: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status
354: Raise;

Line 353: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status

349: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status
350: ben_cpp_shd.constraint_error
351: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
352: When Others Then
353: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status
354: Raise;
355: End dt_insert_dml;
356: --
357: -- ----------------------------------------------------------------------------

Line 361: (p_rec in out nocopy ben_cpp_shd.g_rec_type,

357: -- ----------------------------------------------------------------------------
358: -- |------------------------------< insert_dml >------------------------------|
359: -- ----------------------------------------------------------------------------
360: Procedure insert_dml
361: (p_rec in out nocopy ben_cpp_shd.g_rec_type,
362: p_effective_date in date,
363: p_datetrack_mode in varchar2,
364: p_validation_start_date in date,
365: p_validation_end_date in date) is

Line 421: (p_rec in out nocopy ben_cpp_shd.g_rec_type,

417: --
418: -- {End Of Comments}
419: -- ----------------------------------------------------------------------------
420: Procedure pre_insert
421: (p_rec in out nocopy ben_cpp_shd.g_rec_type,
422: p_effective_date in date,
423: p_datetrack_mode in varchar2,
424: p_validation_start_date in date,
425: p_validation_end_date in date) is

Line 481: (p_rec in ben_cpp_shd.g_rec_type,

477: --
478: -- {End Of Comments}
479: -- ----------------------------------------------------------------------------
480: Procedure post_insert
481: (p_rec in ben_cpp_shd.g_rec_type,
482: p_effective_date in date,
483: p_datetrack_mode in varchar2,
484: p_validation_start_date in date,
485: p_validation_end_date in date) is

Line 664: p_rec in ben_cpp_shd.g_rec_type,

660: -- ----------------------------------------------------------------------------
661: Procedure ins_lck
662: (p_effective_date in date,
663: p_datetrack_mode in varchar2,
664: p_rec in ben_cpp_shd.g_rec_type,
665: p_validation_start_date out nocopy date,
666: p_validation_end_date out nocopy date) is
667: --
668: l_proc varchar2(72) := g_package||'ins_lck';

Line 714: p_rec in out nocopy ben_cpp_shd.g_rec_type,

710: -- |---------------------------------< ins >----------------------------------|
711: -- ----------------------------------------------------------------------------
712: Procedure ins
713: (
714: p_rec in out nocopy ben_cpp_shd.g_rec_type,
715: p_effective_date in date
716: ) is
717: --
718: l_proc varchar2(72) := g_package||'ins';

Line 875: l_rec ben_cpp_shd.g_rec_type;

871: p_object_version_number out nocopy number,
872: p_effective_date in date
873: ) is
874: --
875: l_rec ben_cpp_shd.g_rec_type;
876: l_proc varchar2(72) := g_package||'ins';
877: --
878: Begin
879: hr_utility.set_location('Entering:'||l_proc, 5);

Line 885: ben_cpp_shd.convert_args

881: -- Call conversion function to turn arguments into the
882: -- p_rec structure.
883: --
884: l_rec :=
885: ben_cpp_shd.convert_args
886: (
887: null,
888: null,
889: null,