DBA Data[Home] [Help]

APPS.PAY_ETT_INS dependencies on PAY_ETT_SHD

Line 54: (p_rec in out nocopy pay_ett_shd.g_rec_type

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

Line 91: pay_ett_shd.constraint_error

87: Exception
88: When hr_api.check_integrity_violated Then
89: -- A check constraint has been violated
90: --
91: pay_ett_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_ett_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_ett_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_ett_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_ett_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_ett_shd.g_rec_type

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

Line 193: (p_rec in pay_ett_shd.g_rec_type

189: --
190: -- {End Of Comments}
191: -- ----------------------------------------------------------------------------
192: Procedure post_insert
193: (p_rec in pay_ett_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_ett_shd.g_rec_type

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

Line 288: l_rec pay_ett_shd.g_rec_type;

284: ,p_reporting_name in varchar2
285: ,p_description in varchar2
286: ) is
287: --
288: l_rec pay_ett_shd.g_rec_type;
289: l_proc varchar2(72) := g_package||'ins';
290: --
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);

Line 298: pay_ett_shd.convert_args

294: -- Call conversion function to turn arguments into the
295: -- p_rec structure.
296: --
297: l_rec :=
298: pay_ett_shd.convert_args
299: (null
300: ,p_element_name
301: ,p_reporting_name
302: ,p_description