DBA Data[Home] [Help]

APPS.BEN_BCM_INS dependencies on BEN_BCM_SHD

Line 76: (p_rec in out nocopy ben_bcm_shd.g_rec_type

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

Line 123: ben_bcm_shd.constraint_error

119: Exception
120: When hr_api.check_integrity_violated Then
121: -- A check constraint has been violated
122: --
123: ben_bcm_shd.constraint_error
124: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
125: When hr_api.parent_integrity_violated Then
126: -- Parent integrity has been violated
127: --

Line 128: ben_bcm_shd.constraint_error

124: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
125: When hr_api.parent_integrity_violated Then
126: -- Parent integrity has been violated
127: --
128: ben_bcm_shd.constraint_error
129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.unique_integrity_violated Then
131: -- Unique integrity has been violated
132: --

Line 133: ben_bcm_shd.constraint_error

129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.unique_integrity_violated Then
131: -- Unique integrity has been violated
132: --
133: ben_bcm_shd.constraint_error
134: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
135: When Others Then
136: --
137: Raise;

Line 178: (p_rec in out nocopy ben_bcm_shd.g_rec_type

174: --
175: -- {End Of Comments}
176: -- ----------------------------------------------------------------------------
177: Procedure pre_insert
178: (p_rec in out nocopy ben_bcm_shd.g_rec_type
179: ) is
180: --
181: Cursor C_Sel1 is select ben_cwb_matrix_s.nextval from sys.dual;
182: --

Line 266: ,p_rec in ben_bcm_shd.g_rec_type

262: -- {End Of Comments}
263: -- ----------------------------------------------------------------------------
264: Procedure post_insert
265: (p_effective_date in date
266: ,p_rec in ben_bcm_shd.g_rec_type
267: ) is
268: --
269: l_proc varchar2(72) := g_package||'post_insert';
270: --

Line 319: ,p_rec in out nocopy ben_bcm_shd.g_rec_type

315: -- |---------------------------------< ins >----------------------------------|
316: -- ----------------------------------------------------------------------------
317: Procedure ins
318: (p_effective_date in date
319: ,p_rec in out nocopy ben_bcm_shd.g_rec_type
320: ) is
321: --
322: l_proc varchar2(72) := g_package||'ins';
323: --

Line 376: l_rec ben_bcm_shd.g_rec_type;

372: ,p_cwb_matrix_id out nocopy number
373: ,p_object_version_number out nocopy number
374: ) is
375: --
376: l_rec ben_bcm_shd.g_rec_type;
377: l_proc varchar2(72) := g_package||'ins';
378: --
379: Begin
380: hr_utility.set_location('Entering:'||l_proc, 5);

Line 386: ben_bcm_shd.convert_args

382: -- Call conversion function to turn arguments into the
383: -- p_rec structure.
384: --
385: l_rec :=
386: ben_bcm_shd.convert_args
387: (null
388: ,p_name
389: ,p_date_saved
390: ,p_plan_id