DBA Data[Home] [Help]

APPS.PAY_SEU_INS dependencies on PAY_SEU_SHD

Line 54: (p_rec in out nocopy pay_seu_shd.g_rec_type

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

Line 91: pay_seu_shd.constraint_error

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

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

Line 200: ,p_rec in pay_seu_shd.g_rec_type

196: -- {End Of Comments}
197: -- ----------------------------------------------------------------------------
198: Procedure post_insert
199: (p_effective_date in date
200: ,p_rec in pay_seu_shd.g_rec_type
201: ) is
202: --
203: l_proc varchar2(72) := g_package||'post_insert';
204: --

Line 216: ,p_rec in out nocopy pay_seu_shd.g_rec_type

212: -- |---------------------------------< ins >----------------------------------|
213: -- ----------------------------------------------------------------------------
214: Procedure ins
215: (p_effective_date in date
216: ,p_rec in out nocopy pay_seu_shd.g_rec_type
217: ) is
218: --
219: l_proc varchar2(72) := g_package||'ins';
220: --

Line 262: l_rec pay_seu_shd.g_rec_type;

258: ,p_element_type_usage_id out nocopy number
259: ,p_object_version_number out nocopy number
260: ) is
261: --
262: l_rec pay_seu_shd.g_rec_type;
263: l_proc varchar2(72) := g_package||'ins';
264: --
265: Begin
266: hr_utility.set_location('Entering:'||l_proc, 5);

Line 272: pay_seu_shd.convert_args

268: -- Call conversion function to turn arguments into the
269: -- p_rec structure.
270: --
271: l_rec :=
272: pay_seu_shd.convert_args
273: (null
274: ,p_element_type_id
275: ,p_inclusion_flag
276: ,p_run_type_name