DBA Data[Home] [Help]

APPS.PAY_BAD_BUS dependencies on HR_API

Line 45: hr_api.mandatory_arg_error

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

Line 71: hr_api.set_security_group_id

67: close csr_sec_grp;
68: --
69: -- Set the security_group_id in CLIENT_INFO
70: --
71: hr_api.set_security_group_id
72: (p_security_group_id => l_security_group_id
73: );
74: end if;
75: --

Line 109: hr_api.mandatory_arg_error

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

Line 115: if ( nvl(pay_bad_bus.g_attribute_id, hr_api.g_number)

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

Line 232: nvl(pay_bad_shd.g_old_rec.attribute_name, hr_api.g_varchar2) <>

228: -- primary key value. For update it will be not null. For insert it will be
229: -- null, because pre_inset has not been called yet.
230: --
231: IF (((p_attribute_id is not null) and
232: nvl(pay_bad_shd.g_old_rec.attribute_name, hr_api.g_varchar2) <>
233: nvl(p_attribute_name, hr_api.g_varchar2))
234: or
235: (p_attribute_id is null)) then
236: --

Line 233: nvl(p_attribute_name, hr_api.g_varchar2))

229: -- null, because pre_inset has not been called yet.
230: --
231: IF (((p_attribute_id is not null) and
232: nvl(pay_bad_shd.g_old_rec.attribute_name, hr_api.g_varchar2) <>
233: nvl(p_attribute_name, hr_api.g_varchar2))
234: or
235: (p_attribute_id is null)) then
236: --
237: hr_utility.set_location(l_proc, 10);

Line 402: nvl(pay_bad_shd.g_old_rec.user_attribute_name, hr_api.g_varchar2) <>

398: -- primary key value. For update it will be not null. For insert it will be
399: -- null, because pre_inset has not been called yet.
400: --
401: IF (((p_attribute_id is not null) and
402: nvl(pay_bad_shd.g_old_rec.user_attribute_name, hr_api.g_varchar2) <>
403: nvl(p_user_attribute_name, hr_api.g_varchar2))
404: or
405: (p_attribute_id is null)) then
406: --

Line 403: nvl(p_user_attribute_name, hr_api.g_varchar2))

399: -- null, because pre_inset has not been called yet.
400: --
401: IF (((p_attribute_id is not null) and
402: nvl(pay_bad_shd.g_old_rec.user_attribute_name, hr_api.g_varchar2) <>
403: nvl(p_user_attribute_name, hr_api.g_varchar2))
404: or
405: (p_attribute_id is null)) then
406: --
407: hr_utility.set_location(l_proc, 10);

Line 549: IF hr_api.not_exists_in_hrstanlookups

545: end if;
546: --
547: else -- startup or generic mode
548: --
549: IF hr_api.not_exists_in_hrstanlookups
550: (p_effective_date => p_effective_date
551: ,p_lookup_type => 'YES_NO'
552: ,p_lookup_code => p_alterable
553: )

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

758: END IF;
759: --
760: hr_utility.set_location(l_proc, 10);
761: --
762: if nvl(p_rec.business_group_id, hr_api.g_number) <>
763: nvl(pay_bad_shd.g_old_rec.business_group_id, hr_api.g_number) then
764: l_argument := 'business_group_id';
765: raise l_error;
766: end if;

Line 763: nvl(pay_bad_shd.g_old_rec.business_group_id, hr_api.g_number) then

759: --
760: hr_utility.set_location(l_proc, 10);
761: --
762: if nvl(p_rec.business_group_id, hr_api.g_number) <>
763: nvl(pay_bad_shd.g_old_rec.business_group_id, hr_api.g_number) then
764: l_argument := 'business_group_id';
765: raise l_error;
766: end if;
767: hr_utility.set_location(l_proc, 15);

Line 795: hr_api.argument_changed_error

791: hr_utility.set_location(l_proc, 35);
792: --
793: EXCEPTION
794: WHEN l_error THEN
795: hr_api.argument_changed_error
796: (p_api_name => l_proc
797: ,p_argument => l_argument);
798: WHEN OTHERS THEN
799: RAISE;

Line 871: hr_api.validate_bus_grp_id

867: NOT IN ('GENERIC','STARTUP') THEN
868: --
869: -- Validate Important Attributes
870: --
871: hr_api.validate_bus_grp_id
872: (p_business_group_id => p_rec.business_group_id
873: ,p_associated_column1 => pay_bad_shd.g_tab_nam
874: || '.BUSINESS_GROUP_ID');
875: --