DBA Data[Home] [Help]

APPS.PAY_PTA_BUS dependencies on HR_API

Line 44: hr_api.mandatory_arg_error

40: hr_utility.set_location('Entering:'|| l_proc, 10);
41: --
42: -- Ensure that all the mandatory parameter are not null
43: --
44: hr_api.mandatory_arg_error
45: (p_api_name => l_proc
46: ,p_argument => 'dated_table_id'
47: ,p_argument_value => p_dated_table_id
48: );

Line 67: hr_api.set_security_group_id

63: close csr_sec_grp;
64: --
65: -- Set the security_group_id in CLIENT_INFO
66: --
67: hr_api.set_security_group_id
68: (p_security_group_id => l_security_group_id
69: );
70: --
71: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 104: hr_api.mandatory_arg_error

100: hr_utility.set_location('Entering:'|| l_proc, 10);
101: --
102: -- Ensure that all the mandatory parameter are not null
103: --
104: hr_api.mandatory_arg_error
105: (p_api_name => l_proc
106: ,p_argument => 'dated_table_id'
107: ,p_argument_value => p_dated_table_id
108: );

Line 110: if ( nvl(pay_pta_bus.g_dated_table_id, hr_api.g_number)

106: ,p_argument => 'dated_table_id'
107: ,p_argument_value => p_dated_table_id
108: );
109: --
110: if ( nvl(pay_pta_bus.g_dated_table_id, hr_api.g_number)
111: = p_dated_table_id) then
112: --
113: -- The legislation code has already been found with a previous
114: -- call to this function. Just return the value in the global

Line 198: if (nvl(p_rec.table_name, hr_api.g_varchar2) <>

194: fnd_message.set_token('STEP ', '5');
195: fnd_message.raise_error;
196: END IF;
197: --
198: if (nvl(p_rec.table_name, hr_api.g_varchar2) <>
199: nvl(pay_pta_shd.g_old_rec.table_name, hr_api.g_varchar2)
200: ) then
201: l_argument := 'table_name';
202: raise l_error;

Line 199: nvl(pay_pta_shd.g_old_rec.table_name, hr_api.g_varchar2)

195: fnd_message.raise_error;
196: END IF;
197: --
198: if (nvl(p_rec.table_name, hr_api.g_varchar2) <>
199: nvl(pay_pta_shd.g_old_rec.table_name, hr_api.g_varchar2)
200: ) then
201: l_argument := 'table_name';
202: raise l_error;
203: END IF;

Line 205: if (nvl(p_rec.application_id, hr_api.g_number) <>

201: l_argument := 'table_name';
202: raise l_error;
203: END IF;
204: --
205: if (nvl(p_rec.application_id, hr_api.g_number) <>
206: nvl(pay_pta_shd.g_old_rec.application_id,hr_api.g_number)
207: ) then
208: l_argument := 'application_id';
209: raise l_error;

Line 206: nvl(pay_pta_shd.g_old_rec.application_id,hr_api.g_number)

202: raise l_error;
203: END IF;
204: --
205: if (nvl(p_rec.application_id, hr_api.g_number) <>
206: nvl(pay_pta_shd.g_old_rec.application_id,hr_api.g_number)
207: ) then
208: l_argument := 'application_id';
209: raise l_error;
210: END IF;

Line 212: if (nvl(p_rec.business_group_id, hr_api.g_number) <>

208: l_argument := 'application_id';
209: raise l_error;
210: END IF;
211: --
212: if (nvl(p_rec.business_group_id, hr_api.g_number) <>
213: nvl(pay_pta_shd.g_old_rec.business_group_id,hr_api.g_number)
214: ) then
215: l_argument := 'business_group_id';
216: raise l_error;

Line 213: nvl(pay_pta_shd.g_old_rec.business_group_id,hr_api.g_number)

209: raise l_error;
210: END IF;
211: --
212: if (nvl(p_rec.business_group_id, hr_api.g_number) <>
213: nvl(pay_pta_shd.g_old_rec.business_group_id,hr_api.g_number)
214: ) then
215: l_argument := 'business_group_id';
216: raise l_error;
217: END IF;

Line 219: if nvl(p_rec.legislation_code, hr_api.g_varchar2) <>

215: l_argument := 'business_group_id';
216: raise l_error;
217: END IF;
218: --
219: if nvl(p_rec.legislation_code, hr_api.g_varchar2) <>
220: nvl(pay_pta_shd.g_old_rec.legislation_code, hr_api.g_varchar2)
221: then
222: l_argument := 'legislation_code';
223: raise l_error;

Line 220: nvl(pay_pta_shd.g_old_rec.legislation_code, hr_api.g_varchar2)

216: raise l_error;
217: END IF;
218: --
219: if nvl(p_rec.legislation_code, hr_api.g_varchar2) <>
220: nvl(pay_pta_shd.g_old_rec.legislation_code, hr_api.g_varchar2)
221: then
222: l_argument := 'legislation_code';
223: raise l_error;
224: end if;

Line 228: hr_api.argument_changed_error

224: end if;
225: --
226: EXCEPTION
227: WHEN l_error THEN
228: hr_api.argument_changed_error
229: (p_api_name => l_proc
230: ,p_argument => l_argument);
231: WHEN OTHERS THEN
232: RAISE;

Line 271: if hr_api.not_exists_in_hr_lookups

267: --
268: -- Validate against hr_lookups.
269: --
270: if p_rec.dyn_trigger_type is not null then
271: if hr_api.not_exists_in_hr_lookups
272: (p_effective_date => sysdate
273: ,p_lookup_type => 'PAY_DYN_TRIGGER_TYPES'
274: ,p_lookup_code => p_rec.dyn_trigger_type
275: )

Line 320: hr_api.mandatory_arg_error

316: Begin
317: --
318: hr_utility.set_location('Entering:'||l_proc, 5);
319: --
320: hr_api.mandatory_arg_error
321: (p_api_name => l_proc
322: ,p_argument => 'table_name'
323: ,p_argument_value => p_rec.table_name
324: );

Line 375: if hr_api.not_exists_in_hr_lookups

371: --
372: -- Validate dyn_trig_pkg_generated against hr_lookups.
373: --
374: if p_rec.dyn_trig_pkg_generated is not null then
375: if hr_api.not_exists_in_hr_lookups
376: (p_effective_date => sysdate
377: ,p_lookup_type => 'YES_NO'
378: ,p_lookup_code => p_rec.dyn_trig_pkg_generated
379: )

Line 430: hr_api.mandatory_arg_error

426: Begin
427: --
428: hr_utility.set_location('Entering:'||l_proc, 5);
429: --
430: hr_api.mandatory_arg_error
431: (p_api_name => l_proc
432: ,p_argument => 'surrogate_key_name'
433: ,p_argument_value => p_rec.surrogate_key_name
434: );

Line 485: --hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

481: --
482: Begin
483: hr_utility.set_location('Entering:'||l_proc, 5);
484: --
485: --hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
486: --
487: chk_table_name (p_rec => p_rec);
488: --
489: chk_columns (p_rec => p_rec);

Line 510: --hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

506: --
507: Begin
508: hr_utility.set_location('Entering:'||l_proc, 5);
509: --
510: --hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
511: --
512: chk_non_updateable_args
513: (p_rec => p_rec
514: );