DBA Data[Home] [Help]

APPS.PAY_PEU_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 => 'event_update_id'
47: ,p_argument_value => p_event_update_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 => 'event_update_id'
107: ,p_argument_value => p_event_update_id
108: );

Line 110: if ( nvl(pay_peu_bus.g_event_update_id, hr_api.g_number)

106: ,p_argument => 'event_update_id'
107: ,p_argument_value => p_event_update_id
108: );
109: --
110: if ( nvl(pay_peu_bus.g_event_update_id, hr_api.g_number)
111: = p_event_update_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 202: if (nvl(p_rec.dated_table_id, hr_api.g_number) <>

198: --
199: -- EDIT_HERE: Add checks to ensure non-updateable args have
200: -- not been updated.
201: --
202: if (nvl(p_rec.dated_table_id, hr_api.g_number) <>
203: nvl(pay_peu_shd.g_old_rec.dated_table_id, hr_api.g_number)
204: ) then
205: l_argument := 'dated_table_id';
206: raise l_error;

Line 203: nvl(pay_peu_shd.g_old_rec.dated_table_id, hr_api.g_number)

199: -- EDIT_HERE: Add checks to ensure non-updateable args have
200: -- not been updated.
201: --
202: if (nvl(p_rec.dated_table_id, hr_api.g_number) <>
203: nvl(pay_peu_shd.g_old_rec.dated_table_id, hr_api.g_number)
204: ) then
205: l_argument := 'dated_table_id';
206: raise l_error;
207: END IF;

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

205: l_argument := 'dated_table_id';
206: raise l_error;
207: END IF;
208: --
209: if (nvl(p_rec.table_name, hr_api.g_varchar2) <>
210: nvl(pay_peu_shd.g_old_rec.table_name, hr_api.g_varchar2)
211: ) then
212: l_argument := 'table_name';
213: raise l_error;

Line 210: nvl(pay_peu_shd.g_old_rec.table_name, hr_api.g_varchar2)

206: raise l_error;
207: END IF;
208: --
209: if (nvl(p_rec.table_name, hr_api.g_varchar2) <>
210: nvl(pay_peu_shd.g_old_rec.table_name, hr_api.g_varchar2)
211: ) then
212: l_argument := 'table_name';
213: raise l_error;
214: END IF;

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

212: l_argument := 'table_name';
213: raise l_error;
214: END IF;
215: --
216: if (nvl(p_rec.business_group_id, hr_api.g_number) <>
217: nvl(pay_peu_shd.g_old_rec.business_group_id,hr_api.g_number)
218: ) then
219: l_argument := 'business_group_id';
220: raise l_error;

Line 217: nvl(pay_peu_shd.g_old_rec.business_group_id,hr_api.g_number)

213: raise l_error;
214: END IF;
215: --
216: if (nvl(p_rec.business_group_id, hr_api.g_number) <>
217: nvl(pay_peu_shd.g_old_rec.business_group_id,hr_api.g_number)
218: ) then
219: l_argument := 'business_group_id';
220: raise l_error;
221: END IF;

Line 225: hr_api.argument_changed_error

221: END IF;
222: --
223: EXCEPTION
224: WHEN l_error THEN
225: hr_api.argument_changed_error
226: (p_api_name => l_proc
227: ,p_argument => l_argument);
228: WHEN OTHERS THEN
229: RAISE;

Line 264: hr_api.mandatory_arg_error

260: Begin
261: --
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: --
264: hr_api.mandatory_arg_error
265: (p_api_name => l_proc
266: ,p_argument => 'event_type'
267: ,p_argument_value => p_rec.event_type
268: );

Line 270: if hr_api.not_exists_in_hrstanlookups(p_effective_date => p_effective_date

266: ,p_argument => 'event_type'
267: ,p_argument_value => p_rec.event_type
268: );
269: --
270: if hr_api.not_exists_in_hrstanlookups(p_effective_date => p_effective_date
271: ,p_lookup_type => 'EVENT_TYPE'
272: ,p_lookup_code => p_rec.event_type) then
273: --
274: -- The event_type for this record is not recognised

Line 301: if hr_api.not_exists_in_hrstanlookups(p_effective_date => p_effective_date

297: --
298: --
299: Begin
300: --
301: if hr_api.not_exists_in_hrstanlookups(p_effective_date => p_effective_date
302: ,p_lookup_type => 'PROCESS_EVENT_TYPE'
303: ,p_lookup_code => p_rec.change_type) then
304: --
305: -- The change_type for this record is not recognised

Line 371: hr_api.mandatory_arg_error

367: hr_utility.set_location('Entering:'||l_proc, 5);
368: --
369: If (p_rec.event_type = 'U')
370: Then
371: hr_api.mandatory_arg_error
372: (p_api_name => l_proc
373: ,p_argument => 'COLUMN_NAME'
374: ,p_argument_value => p_rec.column_name
375: );

Line 421: nvl(p_rec.legislation_code,hr_api.return_legislation_code(p_rec.business_group_id)))

417: and nvl(event_type,'~') = nvl(p_rec.event_type,-1)
418: and nvl(column_name,'~') = nvl(p_rec.column_name,'~')
419: and change_type = p_rec.change_type
420: and ((legislation_code =
421: nvl(p_rec.legislation_code,hr_api.return_legislation_code(p_rec.business_group_id)))
422: or ( legislation_code is null and
423: business_group_id = p_rec.business_group_id)
424: or ( legislation_code is null and
425: business_group_id is null));

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

463: --
464: -- Call all supporting business operations
465: -- Commenting out the validate bus grp operation as bus grp can
466: -- take a null value.
467: --hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
468: --
469: chk_change_type (p_effective_date => p_effective_date
470: ,p_rec => p_rec);
471: --

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

496: -- Call all supporting business operations
497: -- Commenting out the validate bus grp operation as bus grp can
498: -- take a null value.
499: --
500: --hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
501: --
502: chk_non_updateable_args
503: (p_effective_date => p_effective_date
504: ,p_rec => p_rec