DBA Data[Home] [Help]

APPS.BEN_COP_INS dependencies on BEN_COP_SHD

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

54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure dt_insert_dml
58: (p_rec in out nocopy ben_cop_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_cop_shd.g_old_rec.effective_start_date

68: t.creation_date
69: from ben_oipl_f t
70: where t.oipl_id = p_rec.oipl_id
71: and t.effective_start_date =
72: ben_cop_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_oipl_f.created_by%TYPE;

Line 129: ben_cop_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_cop_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into: ben_oipl_f
132: --
133: insert into ben_oipl_f

Line 296: ben_cop_shd.g_api_dml := false; -- Unset the api dml status

292: l_last_update_login,
293: p_rec.all_inelig
294: );
295: --
296: ben_cop_shd.g_api_dml := false; -- Unset the api dml status
297: hr_utility.set_location(' Leaving:'||l_proc, 15);
298: --
299: Exception
300: When hr_api.check_integrity_violated Then

Line 302: ben_cop_shd.g_api_dml := false; -- Unset the api dml status

298: --
299: Exception
300: When hr_api.check_integrity_violated Then
301: -- A check constraint has been violated
302: ben_cop_shd.g_api_dml := false; -- Unset the api dml status
303: ben_cop_shd.constraint_error
304: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
305: When hr_api.unique_integrity_violated Then
306: -- Unique integrity has been violated

Line 303: ben_cop_shd.constraint_error

299: Exception
300: When hr_api.check_integrity_violated Then
301: -- A check constraint has been violated
302: ben_cop_shd.g_api_dml := false; -- Unset the api dml status
303: ben_cop_shd.constraint_error
304: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
305: When hr_api.unique_integrity_violated Then
306: -- Unique integrity has been violated
307: ben_cop_shd.g_api_dml := false; -- Unset the api dml status

Line 307: ben_cop_shd.g_api_dml := false; -- Unset the api dml status

303: ben_cop_shd.constraint_error
304: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
305: When hr_api.unique_integrity_violated Then
306: -- Unique integrity has been violated
307: ben_cop_shd.g_api_dml := false; -- Unset the api dml status
308: ben_cop_shd.constraint_error
309: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
310: When Others Then
311: ben_cop_shd.g_api_dml := false; -- Unset the api dml status

Line 308: ben_cop_shd.constraint_error

304: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
305: When hr_api.unique_integrity_violated Then
306: -- Unique integrity has been violated
307: ben_cop_shd.g_api_dml := false; -- Unset the api dml status
308: ben_cop_shd.constraint_error
309: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
310: When Others Then
311: ben_cop_shd.g_api_dml := false; -- Unset the api dml status
312: Raise;

Line 311: ben_cop_shd.g_api_dml := false; -- Unset the api dml status

307: ben_cop_shd.g_api_dml := false; -- Unset the api dml status
308: ben_cop_shd.constraint_error
309: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
310: When Others Then
311: ben_cop_shd.g_api_dml := false; -- Unset the api dml status
312: Raise;
313: End dt_insert_dml;
314: --
315: -- ----------------------------------------------------------------------------

Line 319: (p_rec in out nocopy ben_cop_shd.g_rec_type,

315: -- ----------------------------------------------------------------------------
316: -- |------------------------------< insert_dml >------------------------------|
317: -- ----------------------------------------------------------------------------
318: Procedure insert_dml
319: (p_rec in out nocopy ben_cop_shd.g_rec_type,
320: p_effective_date in date,
321: p_datetrack_mode in varchar2,
322: p_validation_start_date in date,
323: p_validation_end_date in date) is

Line 379: (p_rec in out nocopy ben_cop_shd.g_rec_type,

375: --
376: -- {End Of Comments}
377: -- ----------------------------------------------------------------------------
378: Procedure pre_insert
379: (p_rec in out nocopy ben_cop_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) is

Line 451: (p_rec in ben_cop_shd.g_rec_type,

447: --
448: -- {End Of Comments}
449: -- ----------------------------------------------------------------------------
450: Procedure post_insert
451: (p_rec in ben_cop_shd.g_rec_type,
452: p_effective_date in date,
453: p_datetrack_mode in varchar2,
454: p_validation_start_date in date,
455: p_validation_end_date in date) is

Line 611: p_rec in ben_cop_shd.g_rec_type,

607: -- ----------------------------------------------------------------------------
608: Procedure ins_lck
609: (p_effective_date in date,
610: p_datetrack_mode in varchar2,
611: p_rec in ben_cop_shd.g_rec_type,
612: p_validation_start_date out nocopy date,
613: p_validation_end_date out nocopy date) is
614: --
615: l_proc varchar2(72) := g_package||'ins_lck';

Line 670: p_rec in out nocopy ben_cop_shd.g_rec_type,

666: -- |---------------------------------< ins >----------------------------------|
667: -- ----------------------------------------------------------------------------
668: Procedure ins
669: (
670: p_rec in out nocopy ben_cop_shd.g_rec_type,
671: p_effective_date in date
672: ) is
673: --
674: l_proc varchar2(72) := g_package||'ins';

Line 810: l_rec ben_cop_shd.g_rec_type;

806: p_object_version_number out nocopy number,
807: p_effective_date in date
808: ) is
809: --
810: l_rec ben_cop_shd.g_rec_type;
811: l_proc varchar2(72) := g_package||'ins';
812: --
813: Begin
814: hr_utility.set_location('Entering:'||l_proc, 5);

Line 820: ben_cop_shd.convert_args

816: -- Call conversion function to turn arguments into the
817: -- p_rec structure.
818: --
819: l_rec :=
820: ben_cop_shd.convert_args
821: (
822: null,
823: null,
824: null,