DBA Data[Home] [Help]

APPS.BEN_PDT_INS dependencies on BEN_PDT_SHD

Line 76: (p_rec in out nocopy ben_pdt_shd.g_rec_type

72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml
76: (p_rec in out nocopy ben_pdt_shd.g_rec_type
77: ) is
78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --

Line 177: ben_pdt_shd.constraint_error

173: Exception
174: When hr_api.check_integrity_violated Then
175: -- A check constraint has been violated
176: --
177: ben_pdt_shd.constraint_error
178: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
179: When hr_api.parent_integrity_violated Then
180: -- Parent integrity has been violated
181: --

Line 182: ben_pdt_shd.constraint_error

178: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
179: When hr_api.parent_integrity_violated Then
180: -- Parent integrity has been violated
181: --
182: ben_pdt_shd.constraint_error
183: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
184: When hr_api.unique_integrity_violated Then
185: -- Unique integrity has been violated
186: --

Line 187: ben_pdt_shd.constraint_error

183: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
184: When hr_api.unique_integrity_violated Then
185: -- Unique integrity has been violated
186: --
187: ben_pdt_shd.constraint_error
188: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
189: When Others Then
190: --
191: Raise;

Line 232: (p_rec in out nocopy ben_pdt_shd.g_rec_type

228: --
229: -- {End Of Comments}
230: -- ----------------------------------------------------------------------------
231: Procedure pre_insert
232: (p_rec in out nocopy ben_pdt_shd.g_rec_type
233: ) is
234: --
235: Cursor C_Sel1 is select ben_pymt_check_det_s.nextval from sys.dual;
236: --

Line 320: ,p_rec in ben_pdt_shd.g_rec_type

316: -- {End Of Comments}
317: -- ----------------------------------------------------------------------------
318: Procedure post_insert
319: (p_effective_date in date
320: ,p_rec in ben_pdt_shd.g_rec_type
321: ) is
322: --
323: l_proc varchar2(72) := g_package||'post_insert';
324: --

Line 427: ,p_rec in out nocopy ben_pdt_shd.g_rec_type

423: -- |---------------------------------< ins >----------------------------------|
424: -- ----------------------------------------------------------------------------
425: Procedure ins
426: (p_effective_date in date
427: ,p_rec in out nocopy ben_pdt_shd.g_rec_type
428: ) is
429: --
430: l_proc varchar2(72) := g_package||'ins';
431: --

Line 511: l_rec ben_pdt_shd.g_rec_type;

507: ,p_pymt_check_det_id out nocopy number
508: ,p_object_version_number out nocopy number
509: ) is
510: --
511: l_rec ben_pdt_shd.g_rec_type;
512: l_proc varchar2(72) := g_package||'ins';
513: --
514: Begin
515: hr_utility.set_location('Entering:'||l_proc, 5);

Line 521: ben_pdt_shd.convert_args

517: -- Call conversion function to turn arguments into the
518: -- p_rec structure.
519: --
520: l_rec :=
521: ben_pdt_shd.convert_args
522: (null
523: ,p_person_id
524: ,p_business_group_id
525: ,p_check_num