DBA Data[Home] [Help]

APPS.PER_BBT_INS dependencies on PER_BBT_SHD

Line 54: (p_rec in out nocopy per_bbt_shd.g_rec_type

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

Line 101: per_bbt_shd.constraint_error

97: Exception
98: When hr_api.check_integrity_violated Then
99: -- A check constraint has been violated
100: --
101: per_bbt_shd.constraint_error
102: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
103: When hr_api.parent_integrity_violated Then
104: -- Parent integrity has been violated
105: --

Line 106: per_bbt_shd.constraint_error

102: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
103: When hr_api.parent_integrity_violated Then
104: -- Parent integrity has been violated
105: --
106: per_bbt_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: --

Line 111: per_bbt_shd.constraint_error

107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: --
111: per_bbt_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When Others Then
114: --
115: Raise;

Line 156: (p_rec in out nocopy per_bbt_shd.g_rec_type

152: --
153: -- {End Of Comments}
154: -- ----------------------------------------------------------------------------
155: Procedure pre_insert
156: (p_rec in out nocopy per_bbt_shd.g_rec_type
157: ) is
158: --
159: l_proc varchar2(72) := g_package||'pre_insert';
160: --

Line 210: ,p_rec in per_bbt_shd.g_rec_type

206: -- {End Of Comments}
207: -- ----------------------------------------------------------------------------
208: Procedure post_insert
209: (p_effective_date in date
210: ,p_rec in per_bbt_shd.g_rec_type
211: ) is
212: --
213: l_proc varchar2(72) := g_package||'post_insert';
214: --

Line 252: ,p_rec in out nocopy per_bbt_shd.g_rec_type

248: -- |---------------------------------< ins >----------------------------------|
249: -- ----------------------------------------------------------------------------
250: Procedure ins
251: (p_effective_date in date
252: ,p_rec in out nocopy per_bbt_shd.g_rec_type
253: ) is
254: --
255: l_proc varchar2(72) := g_package||'ins';
256: --

Line 303: l_rec per_bbt_shd.g_rec_type;

299: ,p_date_to in date default null
300: ,p_object_version_number out nocopy number
301: ) is
302: --
303: l_rec per_bbt_shd.g_rec_type;
304: l_proc varchar2(72) := g_package||'ins';
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);

Line 313: per_bbt_shd.convert_args

309: -- Call conversion function to turn arguments into the
310: -- p_rec structure.
311: --
312: l_rec :=
313: per_bbt_shd.convert_args
314: (null
315: ,p_input_value_id
316: ,p_business_group_id
317: ,p_displayed_name