DBA Data[Home] [Help]

APPS.BEN_CWG_INS dependencies on BEN_CWG_SHD

Line 76: (p_rec in out nocopy ben_cwg_shd.g_rec_type

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

Line 181: ben_cwg_shd.constraint_error

177: Exception
178: When hr_api.check_integrity_violated Then
179: -- A check constraint has been violated
180: --
181: ben_cwg_shd.constraint_error
182: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
183: When hr_api.parent_integrity_violated Then
184: -- Parent integrity has been violated
185: --

Line 186: ben_cwg_shd.constraint_error

182: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
183: When hr_api.parent_integrity_violated Then
184: -- Parent integrity has been violated
185: --
186: ben_cwg_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.unique_integrity_violated Then
189: -- Unique integrity has been violated
190: --

Line 191: ben_cwg_shd.constraint_error

187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.unique_integrity_violated Then
189: -- Unique integrity has been violated
190: --
191: ben_cwg_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When Others Then
194: --
195: Raise;

Line 236: (p_rec in out nocopy ben_cwg_shd.g_rec_type

232: --
233: -- {End Of Comments}
234: -- ----------------------------------------------------------------------------
235: Procedure pre_insert
236: (p_rec in out nocopy ben_cwg_shd.g_rec_type
237: ) is
238: --
239: Cursor C_Sel1 is select ben_cwb_wksht_grp_s.nextval from sys.dual;
240: --

Line 324: ,p_rec in ben_cwg_shd.g_rec_type

320: -- {End Of Comments}
321: -- ----------------------------------------------------------------------------
322: Procedure post_insert
323: (p_effective_date in date
324: ,p_rec in ben_cwg_shd.g_rec_type
325: ) is
326: --
327: l_proc varchar2(72) := g_package||'post_insert';
328: --

Line 433: ,p_rec in out nocopy ben_cwg_shd.g_rec_type

429: -- |---------------------------------< ins >----------------------------------|
430: -- ----------------------------------------------------------------------------
431: Procedure ins
432: (p_effective_date in date
433: ,p_rec in out nocopy ben_cwg_shd.g_rec_type
434: ) is
435: --
436: l_proc varchar2(72) := g_package||'ins';
437: --

Line 519: l_rec ben_cwg_shd.g_rec_type;

515: ,p_cwb_wksht_grp_id out nocopy number
516: ,p_object_version_number out nocopy number
517: ) is
518: --
519: l_rec ben_cwg_shd.g_rec_type;
520: l_proc varchar2(72) := g_package||'ins';
521: --
522: Begin
523: hr_utility.set_location('Entering:'||l_proc, 5);

Line 529: ben_cwg_shd.convert_args

525: -- Call conversion function to turn arguments into the
526: -- p_rec structure.
527: --
528: l_rec :=
529: ben_cwg_shd.convert_args
530: (null
531: ,p_business_group_id
532: ,p_pl_id
533: ,p_ordr_num