DBA Data[Home] [Help]

APPS.PAY_APP_INS dependencies on PAY_APP_INS

Line 1: Package Body pay_app_ins as

1: Package Body pay_app_ins as
2: /* $Header: pyapprhi.pkb 120.0.12000000.1 2007/01/17 15:36:55 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 28: pay_app_ins.g_process_parameter_id_i := p_process_parameter_id;

24: l_proc := g_package||'set_base_key_value';
25: --
26: hr_utility.set_location('Entering:'||l_proc, 10);
27: --
28: pay_app_ins.g_process_parameter_id_i := p_process_parameter_id;
29: --
30: hr_utility.set_location(' Leaving:'||l_proc, 20);
31: End set_base_key_value;
32: --

Line 181: pay_app_ins.g_process_parameter_id_i;

177: Cursor C_Sel2 is
178: Select null
179: from pay_au_process_parameters
180: where process_parameter_id =
181: pay_app_ins.g_process_parameter_id_i;
182: --
183: l_proc varchar2(72);
184: l_exists varchar2(1);
185: --

Line 191: If (pay_app_ins.g_process_parameter_id_i is not null) Then

187: l_proc := g_package||'pre_insert';
188: --
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: If (pay_app_ins.g_process_parameter_id_i is not null) Then
192: --
193: -- Verify registered primary key values not already in use
194: --
195: Open C_Sel2;

Line 211: pay_app_ins.g_process_parameter_id_i;

207: --
208: -- Use registered key values and clear globals
209: --
210: p_rec.process_parameter_id :=
211: pay_app_ins.g_process_parameter_id_i;
212: pay_app_ins.g_process_parameter_id_i := null;
213: Else
214: --
215: -- No registerd key values, so select the next sequence number

Line 212: pay_app_ins.g_process_parameter_id_i := null;

208: -- Use registered key values and clear globals
209: --
210: p_rec.process_parameter_id :=
211: pay_app_ins.g_process_parameter_id_i;
212: pay_app_ins.g_process_parameter_id_i := null;
213: Else
214: --
215: -- No registerd key values, so select the next sequence number
216: --

Line 299: pay_app_ins.pre_insert(p_rec);

295: hr_multi_message.end_validation_set;
296: --
297: -- Call the supporting pre-insert operation
298: --
299: pay_app_ins.pre_insert(p_rec);
300: --
301: -- Insert the row
302: --
303: pay_app_ins.insert_dml(p_rec);

Line 303: pay_app_ins.insert_dml(p_rec);

299: pay_app_ins.pre_insert(p_rec);
300: --
301: -- Insert the row
302: --
303: pay_app_ins.insert_dml(p_rec);
304: --
305: -- Call the supporting post-insert operation
306: --
307: pay_app_ins.post_insert

Line 307: pay_app_ins.post_insert

303: pay_app_ins.insert_dml(p_rec);
304: --
305: -- Call the supporting post-insert operation
306: --
307: pay_app_ins.post_insert
308: (p_rec
309: );
310: --
311: -- Call to raise any errors on multi-message list

Line 353: pay_app_ins.ins

349: --
350: -- Having converted the arguments into the pay_app_rec
351: -- plsql record structure we call the corresponding record business process.
352: --
353: pay_app_ins.ins
354: (l_rec
355: );
356: --
357: -- As the primary key argument(s)

Line 367: g_package := ' pay_app_ins.'; -- Global package name

363: hr_utility.set_location(' Leaving:'||l_proc, 10);
364: End ins;
365: --
366: begin
367: g_package := ' pay_app_ins.'; -- Global package name
368: end pay_app_ins;

Line 368: end pay_app_ins;

364: End ins;
365: --
366: begin
367: g_package := ' pay_app_ins.'; -- Global package name
368: end pay_app_ins;