DBA Data[Home] [Help]

APPS.PAY_BLD_INS dependencies on PAY_BLD_SHD

Line 124: (p_rec in out nocopy pay_bld_shd.g_rec_type

120: --
121: -- {End Of Comments}
122: -- ----------------------------------------------------------------------------
123: Procedure insert_dml
124: (p_rec in out nocopy pay_bld_shd.g_rec_type
125: ) is
126: --
127: l_proc varchar2(72) := g_package||'insert_dml';
128: --

Line 189: pay_bld_shd.constraint_error

185: Exception
186: When hr_api.check_integrity_violated Then
187: -- A check constraint has been violated
188: --
189: pay_bld_shd.constraint_error
190: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
191: When hr_api.parent_integrity_violated Then
192: -- Parent integrity has been violated
193: --

Line 194: pay_bld_shd.constraint_error

190: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
191: When hr_api.parent_integrity_violated Then
192: -- Parent integrity has been violated
193: --
194: pay_bld_shd.constraint_error
195: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
196: When hr_api.unique_integrity_violated Then
197: -- Unique integrity has been violated
198: --

Line 199: pay_bld_shd.constraint_error

195: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
196: When hr_api.unique_integrity_violated Then
197: -- Unique integrity has been violated
198: --
199: pay_bld_shd.constraint_error
200: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
201: When Others Then
202: --
203: Raise;

Line 244: (p_rec in out nocopy pay_bld_shd.g_rec_type

240: --
241: -- {End Of Comments}
242: -- ----------------------------------------------------------------------------
243: Procedure pre_insert
244: (p_rec in out nocopy pay_bld_shd.g_rec_type
245: ) is
246: --
247: Cursor C_Sel1 is select pay_balance_dimensions_s.nextval from sys.dual;
248: --

Line 331: (p_rec in pay_bld_shd.g_rec_type

327: --
328: -- {End Of Comments}
329: -- ----------------------------------------------------------------------------
330: Procedure post_insert
331: (p_rec in pay_bld_shd.g_rec_type
332: ) is
333: --
334: l_proc varchar2(72) := g_package||'post_insert';
335: --

Line 406: (p_rec in out nocopy pay_bld_shd.g_rec_type

402: -- ----------------------------------------------------------------------------
403: -- |---------------------------------< ins >----------------------------------|
404: -- ----------------------------------------------------------------------------
405: Procedure ins
406: (p_rec in out nocopy pay_bld_shd.g_rec_type
407: ) is
408: --
409: l_proc varchar2(72) := g_package||'ins';
410: --

Line 469: l_rec pay_bld_shd.g_rec_type;

465: ,p_start_date_code in varchar2 default null
466: ,p_balance_dimension_id out nocopy number
467: ) is
468: --
469: l_rec pay_bld_shd.g_rec_type;
470: l_proc varchar2(72) := g_package||'ins';
471: --
472: Begin
473: hr_utility.set_location('Entering:'||l_proc, 5);

Line 479: pay_bld_shd.convert_args

475: -- Call conversion function to turn arguments into the
476: -- p_rec structure.
477: --
478: l_rec :=
479: pay_bld_shd.convert_args
480: (null
481: ,p_business_group_id
482: ,p_legislation_code
483: ,p_route_id