DBA Data[Home] [Help]

APPS.PAY_PBD_INS dependencies on PAY_PBD_SHD

Line 124: (p_rec in out nocopy pay_pbd_shd.g_rec_type

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

Line 160: pay_pbd_shd.constraint_error

156: Exception
157: When hr_api.check_integrity_violated Then
158: -- A check constraint has been violated
159: --
160: pay_pbd_shd.constraint_error
161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.parent_integrity_violated Then
163: -- Parent integrity has been violated
164: --

Line 165: pay_pbd_shd.constraint_error

161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.parent_integrity_violated Then
163: -- Parent integrity has been violated
164: --
165: pay_pbd_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.unique_integrity_violated Then
168: -- Unique integrity has been violated
169: --

Line 170: pay_pbd_shd.constraint_error

166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.unique_integrity_violated Then
168: -- Unique integrity has been violated
169: --
170: pay_pbd_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When Others Then
173: --
174: Raise;

Line 215: (p_rec in out nocopy pay_pbd_shd.g_rec_type

211: --
212: -- {End Of Comments}
213: -- ----------------------------------------------------------------------------
214: Procedure pre_insert
215: (p_rec in out nocopy pay_pbd_shd.g_rec_type
216: ) is
217: --
218: Cursor C_Sel1 is select pay_bal_attribute_defaults_s.nextval from sys.dual;
219: --

Line 302: (p_rec in pay_pbd_shd.g_rec_type

298: --
299: -- {End Of Comments}
300: -- ----------------------------------------------------------------------------
301: Procedure post_insert
302: (p_rec in pay_pbd_shd.g_rec_type
303: ) is
304: --
305: l_proc varchar2(72) := g_package||'post_insert';
306: --

Line 349: (p_rec in out nocopy pay_pbd_shd.g_rec_type

345: -- ----------------------------------------------------------------------------
346: -- |---------------------------------< ins >----------------------------------|
347: -- ----------------------------------------------------------------------------
348: Procedure ins
349: (p_rec in out nocopy pay_pbd_shd.g_rec_type
350: ) is
351: --
352: l_proc varchar2(72) := g_package||'ins';
353: --

Line 398: l_rec pay_pbd_shd.g_rec_type;

394: ,p_business_group_id in number default null
395: ,p_bal_attribute_default_id out nocopy number
396: ) is
397: --
398: l_rec pay_pbd_shd.g_rec_type;
399: l_proc varchar2(72) := g_package||'ins';
400: --
401: Begin
402: hr_utility.set_location('Entering:'||l_proc, 5);

Line 408: pay_pbd_shd.convert_args

404: -- Call conversion function to turn arguments into the
405: -- p_rec structure.
406: --
407: l_rec :=
408: pay_pbd_shd.convert_args
409: (null
410: ,p_attribute_id
411: ,p_balance_dimension_id
412: ,p_balance_category_id