DBA Data[Home] [Help]

APPS.PER_BPA_INS dependencies on PER_BPA_SHD

Line 54: (p_rec in out nocopy per_bpa_shd.g_rec_type

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml
54: (p_rec in out nocopy per_bpa_shd.g_rec_type
55: ) is
56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: --

Line 149: per_bpa_shd.constraint_error

145: Exception
146: When hr_api.check_integrity_violated Then
147: -- A check constraint has been violated
148: --
149: per_bpa_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: --

Line 154: per_bpa_shd.constraint_error

150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: --
154: per_bpa_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: --

Line 159: per_bpa_shd.constraint_error

155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: --
159: per_bpa_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: --
163: Raise;

Line 204: (p_rec in out nocopy per_bpa_shd.g_rec_type

200: --
201: -- {End Of Comments}
202: -- ----------------------------------------------------------------------------
203: Procedure pre_insert
204: (p_rec in out nocopy per_bpa_shd.g_rec_type
205: ) is
206: --
207: l_proc varchar2(72) := g_package||'pre_insert';
208: --

Line 258: ,p_rec in per_bpa_shd.g_rec_type

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

Line 324: p_rec in out nocopy per_bpa_shd.g_rec_type

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

Line 399: l_rec per_bpa_shd.g_rec_type;

395: p_bpa_attribute29 in varchar2 default null,
396: p_bpa_attribute30 in varchar2 default null
397: ) is
398: --
399: l_rec per_bpa_shd.g_rec_type;
400: l_proc varchar2(72) := g_package||'ins';
401: --
402: Begin
403: hr_utility.set_location('Entering:'||l_proc, 5);

Line 409: per_bpa_shd.convert_args

405: -- Call conversion function to turn arguments into the
406: -- p_rec structure.
407: --
408: l_rec :=
409: per_bpa_shd.convert_args
410: (null,
411: p_payroll_run_id,
412: p_assignment_id,
413: null,