DBA Data[Home] [Help]

APPS.BEN_PQC_INS dependencies on BEN_PQC_SHD

Line 58: (p_rec in out nocopy ben_pqc_shd.g_rec_type

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

Line 72: ben_pqc_shd.g_old_rec.effective_start_date

68: t.creation_date
69: from ben_prtt_rmt_rqst_ctfn_prvdd_f t
70: where t.prtt_rmt_rqst_ctfn_prvdd_id = p_rec.prtt_rmt_rqst_ctfn_prvdd_id
71: and t.effective_start_date =
72: ben_pqc_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_prtt_rmt_rqst_ctfn_prvdd_f.created_by%TYPE;

Line 130: ben_pqc_shd.g_api_dml := true; -- Set the api dml status

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

Line 235: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status

231: ,l_last_updated_by
232: ,l_last_update_login
233: );
234: --
235: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status
236: hr_utility.set_location(' Leaving:'||l_proc, 15);
237: --
238: Exception
239: When hr_api.check_integrity_violated Then

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

237: --
238: Exception
239: When hr_api.check_integrity_violated Then
240: -- A check constraint has been violated
241: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status
242: ben_pqc_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated

Line 242: ben_pqc_shd.constraint_error

238: Exception
239: When hr_api.check_integrity_violated Then
240: -- A check constraint has been violated
241: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status
242: ben_pqc_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated
246: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status

Line 246: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status

242: ben_pqc_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated
246: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status
247: ben_pqc_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When Others Then
250: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status

Line 247: ben_pqc_shd.constraint_error

243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated
246: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status
247: ben_pqc_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When Others Then
250: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status
251: Raise;

Line 250: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status

246: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status
247: ben_pqc_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When Others Then
250: ben_pqc_shd.g_api_dml := false; -- Unset the api dml status
251: Raise;
252: End dt_insert_dml;
253: --
254: -- ----------------------------------------------------------------------------

Line 258: (p_rec in out nocopy ben_pqc_shd.g_rec_type

254: -- ----------------------------------------------------------------------------
255: -- |------------------------------< insert_dml >------------------------------|
256: -- ----------------------------------------------------------------------------
257: Procedure insert_dml
258: (p_rec in out nocopy ben_pqc_shd.g_rec_type
259: ,p_effective_date in date
260: ,p_datetrack_mode in varchar2
261: ,p_validation_start_date in date
262: ,p_validation_end_date in date

Line 321: (p_rec in out nocopy ben_pqc_shd.g_rec_type

317: --
318: -- {End Of Comments}
319: -- ----------------------------------------------------------------------------
320: Procedure pre_insert
321: (p_rec in out nocopy ben_pqc_shd.g_rec_type
322: ,p_effective_date in date
323: ,p_datetrack_mode in varchar2
324: ,p_validation_start_date in date
325: ,p_validation_end_date in date

Line 379: (p_rec in ben_pqc_shd.g_rec_type

375: --
376: -- {End Of Comments}
377: -- ----------------------------------------------------------------------------
378: Procedure post_insert
379: (p_rec in ben_pqc_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

Line 539: ,p_rec in ben_pqc_shd.g_rec_type

535: -- ----------------------------------------------------------------------------
536: Procedure ins_lck
537: (p_effective_date in date
538: ,p_datetrack_mode in varchar2
539: ,p_rec in ben_pqc_shd.g_rec_type
540: ,p_validation_start_date out nocopy date
541: ,p_validation_end_date out nocopy date
542: ) is
543: --

Line 585: ,p_rec in out nocopy ben_pqc_shd.g_rec_type

581: -- |---------------------------------< ins >----------------------------------|
582: -- ----------------------------------------------------------------------------
583: Procedure ins
584: (p_effective_date in date
585: ,p_rec in out nocopy ben_pqc_shd.g_rec_type
586: ) is
587: --
588: l_proc varchar2(72) := g_package||'ins';
589: l_datetrack_mode varchar2(30) := hr_api.g_insert;

Line 699: l_rec ben_pqc_shd.g_rec_type;

695: ,p_effective_start_date out nocopy date
696: ,p_effective_end_date out nocopy date
697: ) is
698: --
699: l_rec ben_pqc_shd.g_rec_type;
700: l_proc varchar2(72) := g_package||'ins';
701: --
702: Begin
703: hr_utility.set_location('Entering:'||l_proc, 5);

Line 709: ben_pqc_shd.convert_args

705: -- Call conversion function to turn arguments into the
706: -- p_rec structure.
707: --
708: l_rec :=
709: ben_pqc_shd.convert_args
710: (null
711: ,p_prtt_clm_gd_or_svc_typ_id
712: ,p_pl_gd_r_svc_ctfn_id
713: ,null