DBA Data[Home] [Help]

APPS.BEN_CTP_INS dependencies on BEN_CTP_SHD

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

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

68: t.creation_date
69: from ben_ptip_f t
70: where t.ptip_id = p_rec.ptip_id
71: and t.effective_start_date =
72: ben_ctp_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_ptip_f.created_by%TYPE;

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

Line 354: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status

350: l_last_updated_by,
351: l_last_update_login
352: );
353: --
354: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status
355: hr_utility.set_location(' Leaving:'||l_proc, 15);
356: --
357: Exception
358: When hr_api.check_integrity_violated Then

Line 360: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status

356: --
357: Exception
358: When hr_api.check_integrity_violated Then
359: -- A check constraint has been violated
360: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status
361: ben_ctp_shd.constraint_error
362: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
363: When hr_api.unique_integrity_violated Then
364: -- Unique integrity has been violated

Line 361: ben_ctp_shd.constraint_error

357: Exception
358: When hr_api.check_integrity_violated Then
359: -- A check constraint has been violated
360: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status
361: ben_ctp_shd.constraint_error
362: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
363: When hr_api.unique_integrity_violated Then
364: -- Unique integrity has been violated
365: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status

Line 365: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status

361: ben_ctp_shd.constraint_error
362: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
363: When hr_api.unique_integrity_violated Then
364: -- Unique integrity has been violated
365: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status
366: ben_ctp_shd.constraint_error
367: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
368: When Others Then
369: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status

Line 366: ben_ctp_shd.constraint_error

362: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
363: When hr_api.unique_integrity_violated Then
364: -- Unique integrity has been violated
365: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status
366: ben_ctp_shd.constraint_error
367: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
368: When Others Then
369: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status
370: Raise;

Line 369: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status

365: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status
366: ben_ctp_shd.constraint_error
367: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
368: When Others Then
369: ben_ctp_shd.g_api_dml := false; -- Unset the api dml status
370: Raise;
371: End dt_insert_dml;
372: --
373: -- ----------------------------------------------------------------------------

Line 377: (p_rec in out nocopy ben_ctp_shd.g_rec_type,

373: -- ----------------------------------------------------------------------------
374: -- |------------------------------< insert_dml >------------------------------|
375: -- ----------------------------------------------------------------------------
376: Procedure insert_dml
377: (p_rec in out nocopy ben_ctp_shd.g_rec_type,
378: p_effective_date in date,
379: p_datetrack_mode in varchar2,
380: p_validation_start_date in date,
381: p_validation_end_date in date) is

Line 437: (p_rec in out nocopy ben_ctp_shd.g_rec_type,

433: --
434: -- {End Of Comments}
435: -- ----------------------------------------------------------------------------
436: Procedure pre_insert
437: (p_rec in out nocopy ben_ctp_shd.g_rec_type,
438: p_effective_date in date,
439: p_datetrack_mode in varchar2,
440: p_validation_start_date in date,
441: p_validation_end_date in date) is

Line 494: (p_rec in ben_ctp_shd.g_rec_type,

490: --
491: -- {End Of Comments}
492: -- ----------------------------------------------------------------------------
493: Procedure post_insert
494: (p_rec in ben_ctp_shd.g_rec_type,
495: p_effective_date in date,
496: p_datetrack_mode in varchar2,
497: p_validation_start_date in date,
498: p_validation_end_date in date) is

Line 676: p_rec in ben_ctp_shd.g_rec_type,

672: -- ----------------------------------------------------------------------------
673: Procedure ins_lck
674: (p_effective_date in date,
675: p_datetrack_mode in varchar2,
676: p_rec in ben_ctp_shd.g_rec_type,
677: p_validation_start_date out nocopy date,
678: p_validation_end_date out nocopy date) is
679: --
680: l_proc varchar2(72) := g_package||'ins_lck';

Line 729: p_rec in out nocopy ben_ctp_shd.g_rec_type,

725: -- |---------------------------------< ins >----------------------------------|
726: -- ----------------------------------------------------------------------------
727: Procedure ins
728: (
729: p_rec in out nocopy ben_ctp_shd.g_rec_type,
730: p_effective_date in date
731: ) is
732: --
733: l_proc varchar2(72) := g_package||'ins';

Line 898: l_rec ben_ctp_shd.g_rec_type;

894: p_object_version_number out nocopy number,
895: p_effective_date in date
896: ) is
897: --
898: l_rec ben_ctp_shd.g_rec_type;
899: l_proc varchar2(72) := g_package||'ins';
900: --
901: Begin
902: hr_utility.set_location('Entering:'||l_proc, 5);

Line 908: ben_ctp_shd.convert_args

904: -- Call conversion function to turn arguments into the
905: -- p_rec structure.
906: --
907: l_rec :=
908: ben_ctp_shd.convert_args
909: (
910: null,
911: null,
912: null,