DBA Data[Home] [Help]

APPS.PAY_RCU_INS dependencies on PAY_RCU_SHD

Line 124: (p_rec in out nocopy pay_rcu_shd.g_rec_type

120: --
121: -- {End Of Comments}
122: -- ----------------------------------------------------------------------------
123: Procedure insert_dml
124: (p_rec in out nocopy pay_rcu_shd.g_rec_type
125: ) is
126: --
127: l_proc varchar2(72) := g_package||'insert_dml';
128: --

Line 171: pay_rcu_shd.constraint_error

167: Exception
168: When hr_api.check_integrity_violated Then
169: -- A check constraint has been violated
170: --
171: pay_rcu_shd.constraint_error
172: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
173: When hr_api.parent_integrity_violated Then
174: -- Parent integrity has been violated
175: --

Line 176: pay_rcu_shd.constraint_error

172: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
173: When hr_api.parent_integrity_violated Then
174: -- Parent integrity has been violated
175: --
176: pay_rcu_shd.constraint_error
177: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
178: When hr_api.unique_integrity_violated Then
179: -- Unique integrity has been violated
180: --

Line 181: pay_rcu_shd.constraint_error

177: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
178: When hr_api.unique_integrity_violated Then
179: -- Unique integrity has been violated
180: --
181: pay_rcu_shd.constraint_error
182: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
183: When Others Then
184: --
185: Raise;

Line 226: (p_rec in out nocopy pay_rcu_shd.g_rec_type

222: --
223: -- {End Of Comments}
224: -- ----------------------------------------------------------------------------
225: Procedure pre_insert
226: (p_rec in out nocopy pay_rcu_shd.g_rec_type
227: ) is
228: --
229: Cursor C_Sel1 is select pay_retro_component_usages_s.nextval from sys.dual;
230: --

Line 314: ,p_rec in pay_rcu_shd.g_rec_type

310: -- {End Of Comments}
311: -- ----------------------------------------------------------------------------
312: Procedure post_insert
313: (p_effective_date in date
314: ,p_rec in pay_rcu_shd.g_rec_type
315: ) is
316: --
317: l_proc varchar2(72) := g_package||'post_insert';
318: --

Line 373: ,p_rec in out nocopy pay_rcu_shd.g_rec_type

369: -- |---------------------------------< ins >----------------------------------|
370: -- ----------------------------------------------------------------------------
371: Procedure ins
372: (p_effective_date in date
373: ,p_rec in out nocopy pay_rcu_shd.g_rec_type
374: ) is
375: --
376: l_proc varchar2(72) := g_package||'ins';
377: --

Line 430: l_rec pay_rcu_shd.g_rec_type;

426: ,p_replace_run_flag in varchar2 default null
427: ,p_use_override_dates in varchar2 default null
428: ) is
429: --
430: l_rec pay_rcu_shd.g_rec_type;
431: l_proc varchar2(72) := g_package||'ins';
432: --
433: Begin
434: hr_utility.set_location('Entering:'||l_proc, 5);

Line 440: pay_rcu_shd.convert_args

436: -- Call conversion function to turn arguments into the
437: -- p_rec structure.
438: --
439: l_rec :=
440: pay_rcu_shd.convert_args
441: (null
442: ,p_business_group_id
443: ,p_legislation_code
444: ,p_retro_component_id