DBA Data[Home] [Help]

APPS.BEN_CSR_INS dependencies on BEN_CSR_SHD

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

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

68: t.creation_date
69: from ben_css_rltd_per_per_in_ler_f t
70: where t.css_rltd_per_per_in_ler_id = p_rec.css_rltd_per_per_in_ler_id
71: and t.effective_start_date =
72: ben_csr_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_css_rltd_per_per_in_ler_f.created_by%TYPE;

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

Line 226: ben_csr_shd.g_api_dml := false; -- Unset the api dml status

222: l_last_updated_by,
223: l_last_update_login
224: );
225: --
226: ben_csr_shd.g_api_dml := false; -- Unset the api dml status
227: hr_utility.set_location(' Leaving:'||l_proc, 15);
228: --
229: Exception
230: When hr_api.check_integrity_violated Then

Line 232: ben_csr_shd.g_api_dml := false; -- Unset the api dml status

228: --
229: Exception
230: When hr_api.check_integrity_violated Then
231: -- A check constraint has been violated
232: ben_csr_shd.g_api_dml := false; -- Unset the api dml status
233: ben_csr_shd.constraint_error
234: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
235: When hr_api.unique_integrity_violated Then
236: -- Unique integrity has been violated

Line 233: ben_csr_shd.constraint_error

229: Exception
230: When hr_api.check_integrity_violated Then
231: -- A check constraint has been violated
232: ben_csr_shd.g_api_dml := false; -- Unset the api dml status
233: ben_csr_shd.constraint_error
234: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
235: When hr_api.unique_integrity_violated Then
236: -- Unique integrity has been violated
237: ben_csr_shd.g_api_dml := false; -- Unset the api dml status

Line 237: ben_csr_shd.g_api_dml := false; -- Unset the api dml status

233: ben_csr_shd.constraint_error
234: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
235: When hr_api.unique_integrity_violated Then
236: -- Unique integrity has been violated
237: ben_csr_shd.g_api_dml := false; -- Unset the api dml status
238: ben_csr_shd.constraint_error
239: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
240: When Others Then
241: ben_csr_shd.g_api_dml := false; -- Unset the api dml status

Line 238: ben_csr_shd.constraint_error

234: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
235: When hr_api.unique_integrity_violated Then
236: -- Unique integrity has been violated
237: ben_csr_shd.g_api_dml := false; -- Unset the api dml status
238: ben_csr_shd.constraint_error
239: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
240: When Others Then
241: ben_csr_shd.g_api_dml := false; -- Unset the api dml status
242: Raise;

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

237: ben_csr_shd.g_api_dml := false; -- Unset the api dml status
238: ben_csr_shd.constraint_error
239: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
240: When Others Then
241: ben_csr_shd.g_api_dml := false; -- Unset the api dml status
242: Raise;
243: End dt_insert_dml;
244: --
245: -- ----------------------------------------------------------------------------

Line 249: (p_rec in out nocopy ben_csr_shd.g_rec_type,

245: -- ----------------------------------------------------------------------------
246: -- |------------------------------< insert_dml >------------------------------|
247: -- ----------------------------------------------------------------------------
248: Procedure insert_dml
249: (p_rec in out nocopy ben_csr_shd.g_rec_type,
250: p_effective_date in date,
251: p_datetrack_mode in varchar2,
252: p_validation_start_date in date,
253: p_validation_end_date in date) is

Line 309: (p_rec in out nocopy ben_csr_shd.g_rec_type,

305: --
306: -- {End Of Comments}
307: -- ----------------------------------------------------------------------------
308: Procedure pre_insert
309: (p_rec in out nocopy ben_csr_shd.g_rec_type,
310: p_effective_date in date,
311: p_datetrack_mode in varchar2,
312: p_validation_start_date in date,
313: p_validation_end_date in date) is

Line 366: (p_rec in ben_csr_shd.g_rec_type,

362: --
363: -- {End Of Comments}
364: -- ----------------------------------------------------------------------------
365: Procedure post_insert
366: (p_rec in ben_csr_shd.g_rec_type,
367: p_effective_date in date,
368: p_datetrack_mode in varchar2,
369: p_validation_start_date in date,
370: p_validation_end_date in date) is

Line 484: p_rec in ben_csr_shd.g_rec_type,

480: -- ----------------------------------------------------------------------------
481: Procedure ins_lck
482: (p_effective_date in date,
483: p_datetrack_mode in varchar2,
484: p_rec in ben_csr_shd.g_rec_type,
485: p_validation_start_date out nocopy date,
486: p_validation_end_date out nocopy date) is
487: --
488: l_proc varchar2(72) := g_package||'ins_lck';

Line 545: p_rec in out nocopy ben_csr_shd.g_rec_type,

541: -- |---------------------------------< ins >----------------------------------|
542: -- ----------------------------------------------------------------------------
543: Procedure ins
544: (
545: p_rec in out nocopy ben_csr_shd.g_rec_type,
546: p_effective_date in date
547: ) is
548: --
549: l_proc varchar2(72) := g_package||'ins';

Line 650: l_rec ben_csr_shd.g_rec_type;

646: p_object_version_number out nocopy number,
647: p_effective_date in date
648: ) is
649: --
650: l_rec ben_csr_shd.g_rec_type;
651: l_proc varchar2(72) := g_package||'ins';
652: --
653: Begin
654: hr_utility.set_location('Entering:'||l_proc, 5);

Line 660: ben_csr_shd.convert_args

656: -- Call conversion function to turn arguments into the
657: -- p_rec structure.
658: --
659: l_rec :=
660: ben_csr_shd.convert_args
661: (
662: null,
663: null,
664: null,