DBA Data[Home] [Help]

APPS.BEN_BCD_INS dependencies on BEN_BCD_SHD

Line 76: (p_rec in out nocopy ben_bcd_shd.g_rec_type

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

Line 119: ben_bcd_shd.constraint_error

115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated
118: --
119: ben_bcd_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --

Line 124: ben_bcd_shd.constraint_error

120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --
124: ben_bcd_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.unique_integrity_violated Then
127: -- Unique integrity has been violated
128: --

Line 129: ben_bcd_shd.constraint_error

125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.unique_integrity_violated Then
127: -- Unique integrity has been violated
128: --
129: ben_bcd_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When Others Then
132: --
133: Raise;

Line 174: (p_rec in out nocopy ben_bcd_shd.g_rec_type

170: --
171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure pre_insert
174: (p_rec in out nocopy ben_bcd_shd.g_rec_type
175: ) is
176: --
177: Cursor C_Sel1 is select ben_cwb_matrix_dtl_s.nextval from sys.dual;
178: --

Line 261: (p_rec in ben_bcd_shd.g_rec_type

257: --
258: -- {End Of Comments}
259: -- ----------------------------------------------------------------------------
260: Procedure post_insert
261: (p_rec in ben_bcd_shd.g_rec_type
262: ) is
263: --
264: l_proc varchar2(72) := g_package||'post_insert';
265: --

Line 308: (p_rec in out nocopy ben_bcd_shd.g_rec_type

304: -- ----------------------------------------------------------------------------
305: -- |---------------------------------< ins >----------------------------------|
306: -- ----------------------------------------------------------------------------
307: Procedure ins
308: (p_rec in out nocopy ben_bcd_shd.g_rec_type
309: ) is
310: --
311: l_proc varchar2(72) := g_package||'ins';
312: --

Line 360: l_rec ben_bcd_shd.g_rec_type;

356: ,p_cwb_matrix_dtl_id out nocopy number
357: ,p_object_version_number out nocopy number
358: ) is
359: --
360: l_rec ben_bcd_shd.g_rec_type;
361: l_proc varchar2(72) := g_package||'ins';
362: --
363: Begin
364: hr_utility.set_location('Entering:'||l_proc, 5);

Line 370: ben_bcd_shd.convert_args

366: -- Call conversion function to turn arguments into the
367: -- p_rec structure.
368: --
369: l_rec :=
370: ben_bcd_shd.convert_args
371: (null
372: ,p_cwb_matrix_id
373: ,p_row_crit_val
374: ,p_col_crit_val