DBA Data[Home] [Help]

APPS.PAY_CNU_INS dependencies on PAY_CNU_SHD

Line 54: (p_rec in out nocopy pay_cnu_shd.g_rec_type

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

Line 109: pay_cnu_shd.constraint_error

105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated
108: --
109: pay_cnu_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.parent_integrity_violated Then
112: -- Parent integrity has been violated
113: --

Line 114: pay_cnu_shd.constraint_error

110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.parent_integrity_violated Then
112: -- Parent integrity has been violated
113: --
114: pay_cnu_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.unique_integrity_violated Then
117: -- Unique integrity has been violated
118: --

Line 119: pay_cnu_shd.constraint_error

115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.unique_integrity_violated Then
117: -- Unique integrity has been violated
118: --
119: pay_cnu_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When Others Then
122: --
123: Raise;

Line 164: (p_rec in out nocopy pay_cnu_shd.g_rec_type

160: --
161: -- {End Of Comments}
162: -- ----------------------------------------------------------------------------
163: Procedure pre_insert
164: (p_rec in out nocopy pay_cnu_shd.g_rec_type
165: ) is
166: --
167: l_proc varchar2(72) := g_package||'pre_insert';
168: --

Line 217: (p_rec in pay_cnu_shd.g_rec_type

213: --
214: -- {End Of Comments}
215: -- ----------------------------------------------------------------------------
216: Procedure post_insert
217: (p_rec in pay_cnu_shd.g_rec_type
218: ) is
219: --
220: l_proc varchar2(72) := g_package||'post_insert';
221: --

Line 262: ,p_rec in out nocopy pay_cnu_shd.g_rec_type

258: -- |---------------------------------< ins >----------------------------------|
259: -- ----------------------------------------------------------------------------
260: Procedure ins
261: (p_effective_date in date
262: ,p_rec in out nocopy pay_cnu_shd.g_rec_type
263: ) is
264: --
265: l_proc varchar2(72) := g_package||'ins';
266: l_code_Rate_id number;

Line 322: l_rec pay_cnu_shd.g_rec_type;

318: ,p_object_version_number out nocopy number
319: ,p_code_rate_id in out nocopy number
320: ) is
321: --
322: l_rec pay_cnu_shd.g_rec_type;
323: l_proc varchar2(72) := g_package||'ins';
324: --
325: Begin
326: hr_utility.set_location('Entering:'||l_proc, 5);

Line 332: pay_cnu_shd.convert_args

328: -- Call conversion function to turn arguments into the
329: -- p_rec structure.
330: --
331: l_rec :=
332: pay_cnu_shd.convert_args
333: (null
334: ,p_date_from
335: ,p_date_to
336: ,p_group_code