DBA Data[Home] [Help]

APPS.PAY_BDT_INS dependencies on PAY_BDT_SHD

Line 54: (p_rec in out nocopy pay_bdt_shd.g_rec_type

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

Line 91: pay_bdt_shd.constraint_error

87: Exception
88: When hr_api.check_integrity_violated Then
89: -- A check constraint has been violated
90: --
91: pay_bdt_shd.constraint_error
92: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
93: When hr_api.parent_integrity_violated Then
94: -- Parent integrity has been violated
95: --

Line 96: pay_bdt_shd.constraint_error

92: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
93: When hr_api.parent_integrity_violated Then
94: -- Parent integrity has been violated
95: --
96: pay_bdt_shd.constraint_error
97: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
98: When hr_api.unique_integrity_violated Then
99: -- Unique integrity has been violated
100: --

Line 101: pay_bdt_shd.constraint_error

97: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
98: When hr_api.unique_integrity_violated Then
99: -- Unique integrity has been violated
100: --
101: pay_bdt_shd.constraint_error
102: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
103: When Others Then
104: --
105: Raise;

Line 146: (p_rec in out nocopy pay_bdt_shd.g_rec_type

142: --
143: -- {End Of Comments}
144: -- ----------------------------------------------------------------------------
145: Procedure pre_insert
146: (p_rec in out nocopy pay_bdt_shd.g_rec_type
147: ,p_balance_dimension_id in number
148: ) is
149: --
150: l_proc varchar2(72) := g_package||'pre_insert';

Line 193: (p_rec in pay_bdt_shd.g_rec_type

189: --
190: -- {End Of Comments}
191: -- ----------------------------------------------------------------------------
192: Procedure post_insert
193: (p_rec in pay_bdt_shd.g_rec_type
194: ) is
195: --
196: l_proc varchar2(72) := g_package||'post_insert';
197: --

Line 234: (p_rec in out nocopy pay_bdt_shd.g_rec_type

230: -- ----------------------------------------------------------------------------
231: -- |---------------------------------< ins >----------------------------------|
232: -- ----------------------------------------------------------------------------
233: Procedure ins
234: (p_rec in out nocopy pay_bdt_shd.g_rec_type
235: ,p_balance_dimension_id in number
236: ) is
237: --
238: l_proc varchar2(72) := g_package||'ins';

Line 285: l_rec pay_bdt_shd.g_rec_type;

281: ,p_database_item_suffix in varchar2
282: ,p_description in varchar2
283: ) is
284: --
285: l_rec pay_bdt_shd.g_rec_type;
286: l_proc varchar2(72) := g_package||'ins';
287: --
288: Begin
289: hr_utility.set_location('Entering:'||l_proc, 5);

Line 295: pay_bdt_shd.convert_args

291: -- Call conversion function to turn arguments into the
292: -- p_rec structure.
293: --
294: l_rec :=
295: pay_bdt_shd.convert_args
296: (null
297: ,p_language
298: ,p_source_lang
299: ,p_dimension_name