DBA Data[Home] [Help]

APPS.PAY_SIR_INS dependencies on PAY_SIR_SHD

Line 54: (p_rec in out nocopy pay_sir_shd.g_rec_type

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

Line 95: pay_sir_shd.constraint_error

91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated
94: --
95: pay_sir_shd.constraint_error
96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.parent_integrity_violated Then
98: -- Parent integrity has been violated
99: --

Line 100: pay_sir_shd.constraint_error

96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.parent_integrity_violated Then
98: -- Parent integrity has been violated
99: --
100: pay_sir_shd.constraint_error
101: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
102: When hr_api.unique_integrity_violated Then
103: -- Unique integrity has been violated
104: --

Line 105: pay_sir_shd.constraint_error

101: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
102: When hr_api.unique_integrity_violated Then
103: -- Unique integrity has been violated
104: --
105: pay_sir_shd.constraint_error
106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When Others Then
108: --
109: Raise;

Line 150: (p_rec in out nocopy pay_sir_shd.g_rec_type

146: --
147: -- {End Of Comments}
148: -- ----------------------------------------------------------------------------
149: Procedure pre_insert
150: (p_rec in out nocopy pay_sir_shd.g_rec_type
151: ) is
152: --
153: l_proc varchar2(72) := g_package||'pre_insert';
154: --

Line 203: (p_rec in pay_sir_shd.g_rec_type) is

199: --
200: -- {End Of Comments}
201: -- ----------------------------------------------------------------------------
202: Procedure post_insert
203: (p_rec in pay_sir_shd.g_rec_type) is
204: --
205: l_proc varchar2(72) := g_package||'post_insert';
206: --
207: Begin

Line 218: ,p_rec in out nocopy pay_sir_shd.g_rec_type

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

Line 260: l_rec pay_sir_shd.g_rec_type;

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

Line 270: pay_sir_shd.convert_args

266: -- Call conversion function to turn arguments into the
267: -- p_rec structure.
268: --
269: l_rec :=
270: pay_sir_shd.convert_args
271: (null
272: ,p_element_type_id
273: ,p_result_name
274: ,p_iterative_rule_type