DBA Data[Home] [Help]

APPS.PER_BPD_INS dependencies on PER_BPD_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy per_bpd_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_bpd_shd.g_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 154: per_bpd_shd.constraint_error

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

Line 158: per_bpd_shd.constraint_error

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

Line 162: per_bpd_shd.constraint_error

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

Line 205: Procedure pre_insert(p_rec in out nocopy per_bpd_shd.g_rec_type) is

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

Line 254: p_rec in per_bpd_shd.g_rec_type) is

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

Line 325: p_rec in out nocopy per_bpd_shd.g_rec_type

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

Line 403: l_rec per_bpd_shd.g_rec_type;

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

Line 413: per_bpd_shd.convert_args

409: -- Call conversion function to turn arguments into the
410: -- p_rec structure.
411: --
412: l_rec :=
413: per_bpd_shd.convert_args
414: (
415: null,
416: p_processed_assignment_id,
417: p_personal_payment_method_id,