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 336: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

Line 343: ben_cpp_shd.constraint_error

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

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

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

Line 348: ben_cpp_shd.constraint_error

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

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

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

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

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

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

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

Line 479: (p_rec in ben_cpp_shd.g_rec_type,

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

Line 661: p_rec in ben_cpp_shd.g_rec_type,

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

Line 711: p_rec in out nocopy ben_cpp_shd.g_rec_type,

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

Line 871: l_rec ben_cpp_shd.g_rec_type;

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

Line 881: ben_cpp_shd.convert_args

877: -- Call conversion function to turn arguments into the
878: -- p_rec structure.
879: --
880: l_rec :=
881: ben_cpp_shd.convert_args
882: (
883: null,
884: null,
885: null,