DBA Data[Home] [Help]

APPS.PER_BPR_INS dependencies on PER_BPR_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy per_bpr_shd.g_rec_type) is

49: -- Internal Row Handler Use Only.
50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml(p_rec in out nocopy per_bpr_shd.g_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 153: per_bpr_shd.constraint_error

149: hr_utility.set_location(' Leaving:'||l_proc, 10);
150: Exception
151: When hr_api.check_integrity_violated Then
152: -- A check constraint has been violated
153: per_bpr_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: When hr_api.parent_integrity_violated Then
156: -- Parent integrity has been violated
157: per_bpr_shd.constraint_error

Line 157: per_bpr_shd.constraint_error

153: per_bpr_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: When hr_api.parent_integrity_violated Then
156: -- Parent integrity has been violated
157: per_bpr_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When hr_api.unique_integrity_violated Then
160: -- Unique integrity has been violated
161: per_bpr_shd.constraint_error

Line 161: per_bpr_shd.constraint_error

157: per_bpr_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When hr_api.unique_integrity_violated Then
160: -- Unique integrity has been violated
161: per_bpr_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When Others Then
164: Raise;
165: End insert_dml;

Line 204: Procedure pre_insert(p_rec in out nocopy per_bpr_shd.g_rec_type) is

200: -- Internal Row Handler Use Only.
201: --
202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure pre_insert(p_rec in out nocopy per_bpr_shd.g_rec_type) is
205: --
206: l_proc varchar2(72) := g_package||'pre_insert';
207: --
208: Cursor C_Sel1 is select per_bf_payroll_runs_s.nextval from sys.dual;

Line 257: p_rec in per_bpr_shd.g_rec_type) is

253: --
254: -- {End Of Comments}
255: -- ----------------------------------------------------------------------------
256: Procedure post_insert(p_effective_date in date,
257: p_rec in per_bpr_shd.g_rec_type) is
258: --
259: l_proc varchar2(72) := g_package||'post_insert';
260: --
261: Begin

Line 327: p_rec in out nocopy per_bpr_shd.g_rec_type

323: -- ----------------------------------------------------------------------------
324: Procedure ins
325: (
326: p_effective_date in date,
327: p_rec in out nocopy per_bpr_shd.g_rec_type
328: ) is
329: --
330: l_proc varchar2(72) := g_package||'ins';
331: --

Line 404: l_rec per_bpr_shd.g_rec_type;

400: p_bpr_attribute29 in varchar2 default null,
401: p_bpr_attribute30 in varchar2 default null
402: ) is
403: --
404: l_rec per_bpr_shd.g_rec_type;
405: l_proc varchar2(72) := g_package||'ins';
406: --
407: Begin
408: hr_utility.set_location('Entering:'||l_proc, 5);

Line 414: per_bpr_shd.convert_args

410: -- Call conversion function to turn arguments into the
411: -- p_rec structure.
412: --
413: l_rec :=
414: per_bpr_shd.convert_args
415: (
416: null,
417: p_payroll_id,
418: p_business_group_id,