DBA Data[Home] [Help]

APPS.PER_BBA_INS dependencies on PER_BBA_SHD

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

Line 158: per_bba_shd.constraint_error

154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: Exception
156: When hr_api.check_integrity_violated Then
157: -- A check constraint has been violated
158: per_bba_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.parent_integrity_violated Then
161: -- Parent integrity has been violated
162: per_bba_shd.constraint_error

Line 162: per_bba_shd.constraint_error

158: per_bba_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.parent_integrity_violated Then
161: -- Parent integrity has been violated
162: per_bba_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated
166: per_bba_shd.constraint_error

Line 166: per_bba_shd.constraint_error

162: per_bba_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated
166: per_bba_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When Others Then
169: Raise;
170: End insert_dml;

Line 209: Procedure pre_insert(p_rec in out nocopy per_bba_shd.g_rec_type) is

205: -- Internal Row Handler Use Only.
206: --
207: -- {End Of Comments}
208: -- ----------------------------------------------------------------------------
209: Procedure pre_insert(p_rec in out nocopy per_bba_shd.g_rec_type) is
210: --
211: l_proc varchar2(72) := g_package||'pre_insert';
212: --
213: Cursor C_Sel1 is select per_bf_balance_amounts_s.nextval from sys.dual;

Line 259: p_rec in per_bba_shd.g_rec_type) is

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

Line 332: p_rec in out nocopy per_bba_shd.g_rec_type

328: -- ----------------------------------------------------------------------------
329: Procedure ins
330: (
331: p_effective_date in date,
332: p_rec in out nocopy per_bba_shd.g_rec_type
333: ) is
334: --
335: l_proc varchar2(72) := g_package||'ins';
336: --

Line 413: l_rec per_bba_shd.g_rec_type;

409: p_bba_attribute29 in varchar2 default null,
410: p_bba_attribute30 in varchar2 default null
411: ) is
412: --
413: l_rec per_bba_shd.g_rec_type;
414: l_proc varchar2(72) := g_package||'ins';
415: --
416: Begin
417: hr_utility.set_location('Entering:'||l_proc, 5);

Line 423: per_bba_shd.convert_args

419: -- Call conversion function to turn arguments into the
420: -- p_rec structure.
421: --
422: l_rec :=
423: per_bba_shd.convert_args
424: (
425: null,
426: p_balance_type_id,
427: p_processed_assignment_id,