DBA Data[Home] [Help]

APPS.PQP_ERG_BUS dependencies on HR_API

Line 46: hr_api.mandatory_arg_error

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

Line 69: hr_api.set_security_group_id

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

Line 108: hr_api.mandatory_arg_error

104: hr_utility.set_location('Entering:'|| l_proc, 10);
105: --
106: -- Ensure that all the mandatory parameter are not null
107: --
108: hr_api.mandatory_arg_error
109: (p_api_name => l_proc
110: ,p_argument => 'exception_group_id'
111: ,p_argument_value => p_exception_group_id
112: );

Line 114: if ( nvl(pqp_erg_bus.g_exception_group_id, hr_api.g_number)

110: ,p_argument => 'exception_group_id'
111: ,p_argument_value => p_exception_group_id
112: );
113: --
114: if ( nvl(pqp_erg_bus.g_exception_group_id, hr_api.g_number)
115: = p_exception_group_id) then
116: --
117: -- The legislation code has already been found with a previous
118: -- call to this function. Just return the value in the global

Line 202: IF nvl(p_rec.business_group_id, hr_api.g_number) <>

198: fnd_message.set_token('STEP ', '5');
199: fnd_message.raise_error;
200: END IF;
201: --
202: IF nvl(p_rec.business_group_id, hr_api.g_number) <>
203: nvl (pqp_erg_shd.g_old_rec.business_group_id, hr_api.g_number) THEN
204: l_argument := 'business_group_id';
205: RAISE l_error;
206: END IF;

Line 203: nvl (pqp_erg_shd.g_old_rec.business_group_id, hr_api.g_number) THEN

199: fnd_message.raise_error;
200: END IF;
201: --
202: IF nvl(p_rec.business_group_id, hr_api.g_number) <>
203: nvl (pqp_erg_shd.g_old_rec.business_group_id, hr_api.g_number) THEN
204: l_argument := 'business_group_id';
205: RAISE l_error;
206: END IF;
207:

Line 211: hr_api.argument_changed_error

207:
208: --
209: EXCEPTION
210: WHEN l_error THEN
211: hr_api.argument_changed_error
212: (p_api_name => l_proc
213: ,p_argument => l_argument);
214: WHEN OTHERS THEN
215: RAISE;

Line 306: hr_api.mandatory_arg_error

302: l_api_updating := pqp_erg_shd.api_updating
303: (p_exception_group_id => p_exception_group_id,
304: p_object_version_number => p_object_version_number);
305: --
306: hr_api.mandatory_arg_error
307: (p_api_name => l_proc
308: ,p_argument => 'EXCEPTION_REPORT_ID'
309: ,p_argument_value => p_exception_report_id
310: );

Line 313: and nvl(p_exception_report_id,hr_api.g_number)

309: ,p_argument_value => p_exception_report_id
310: );
311: --
312: if (l_api_updating
313: and nvl(p_exception_report_id,hr_api.g_number)
314: <> nvl(pqp_erg_shd.g_old_rec.exception_report_id,hr_api.g_number)
315: or not l_api_updating) and
316: p_exception_report_id is not null then
317: --

Line 314: <> nvl(pqp_erg_shd.g_old_rec.exception_report_id,hr_api.g_number)

310: );
311: --
312: if (l_api_updating
313: and nvl(p_exception_report_id,hr_api.g_number)
314: <> nvl(pqp_erg_shd.g_old_rec.exception_report_id,hr_api.g_number)
315: or not l_api_updating) and
316: p_exception_report_id is not null then
317: --
318: -- check if exception_report_id value exists in pqp_exception_reports table

Line 394: and nvl(p_consolidation_set_id,hr_api.g_number)

390: (p_exception_group_id => p_exception_group_id,
391: p_object_version_number => p_object_version_number);
392: --
393: if (l_api_updating
394: and nvl(p_consolidation_set_id,hr_api.g_number)
395: <> nvl(pqp_erg_shd.g_old_rec.consolidation_set_id,hr_api.g_number)
396: or not l_api_updating) and
397: p_consolidation_set_id is not null then
398: --

Line 395: <> nvl(pqp_erg_shd.g_old_rec.consolidation_set_id,hr_api.g_number)

391: p_object_version_number => p_object_version_number);
392: --
393: if (l_api_updating
394: and nvl(p_consolidation_set_id,hr_api.g_number)
395: <> nvl(pqp_erg_shd.g_old_rec.consolidation_set_id,hr_api.g_number)
396: or not l_api_updating) and
397: p_consolidation_set_id is not null then
398: --
399: -- check if consolidation_set_id value exists in pqp_exception_reports table

Line 475: and nvl(p_payroll_id,hr_api.g_number)

471: (p_exception_group_id => p_exception_group_id,
472: p_object_version_number => p_object_version_number);
473: --
474: if (l_api_updating
475: and nvl(p_payroll_id,hr_api.g_number)
476: <> nvl(pqp_erg_shd.g_old_rec.payroll_id,hr_api.g_number)
477: or not l_api_updating) and
478: p_payroll_id is not null then
479: --

Line 476: <> nvl(pqp_erg_shd.g_old_rec.payroll_id,hr_api.g_number)

472: p_object_version_number => p_object_version_number);
473: --
474: if (l_api_updating
475: and nvl(p_payroll_id,hr_api.g_number)
476: <> nvl(pqp_erg_shd.g_old_rec.payroll_id,hr_api.g_number)
477: or not l_api_updating) and
478: p_payroll_id is not null then
479: --
480: -- check if payroll_id value exists in pqp_exception_reports table

Line 554: hr_api.mandatory_arg_error

550: --
551: Begin
552: hr_utility.set_location('Entering:'||l_proc, 5);
553: --
554: hr_api.mandatory_arg_error
555: (p_api_name => l_proc
556: ,p_argument => 'EXCEPTION_GROUP_NAME'
557: ,p_argument_value => p_exception_group_name
558: );

Line 672: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate bus_grp

668: ,p_rec.business_group_id
669: ,p_rec.legislation_code
670: );
671: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP') THEN
672: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate bus_grp
673: END IF;
674: --
675: chk_exception_report_id (p_exception_group_id => p_rec.exception_group_id
676: ,p_exception_report_id => p_rec.exception_report_id

Line 728: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate bus_grp

724: ,p_rec.business_group_id
725: ,p_rec.legislation_code
726: );
727: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP') THEN
728: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate bus_grp
729: END IF;
730: --
731:
732: -- set_security_group_id(p_rec.exception_group_id);

Line 787: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate bus_grp

783: ,pqp_erg_shd.g_old_rec.business_group_id
784: ,pqp_erg_shd.g_old_rec.legislation_code
785: );
786: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP') THEN
787: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate bus_grp
788: END IF;
789: --
790: -- Call all supporting business operations
791: --