DBA Data[Home] [Help]

APPS.PER_CIT_BUS dependencies on HR_API

Line 62: hr_api.mandatory_arg_error

58: hr_utility.set_location('Entering:'|| l_proc, 10);
59: --
60: -- Ensure that all the mandatory parameter are not null
61: --
62: hr_api.mandatory_arg_error
63: (p_api_name => l_proc
64: ,p_argument => 'cagr_entitlement_item_id'
65: ,p_argument_value => p_cagr_entitlement_item_id
66: );

Line 86: hr_api.set_security_group_id

82: close csr_sec_grp;
83: --
84: -- Set the security_group_id in CLIENT_INFO
85: --
86: hr_api.set_security_group_id
87: (p_security_group_id => l_security_group_id
88: );
89: --
90: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 131: hr_api.mandatory_arg_error

127: hr_utility.set_location('Entering:'|| l_proc, 10);
128: --
129: -- Ensure that all the mandatory parameter are not null
130: --
131: hr_api.mandatory_arg_error
132: (p_api_name => l_proc
133: ,p_argument => 'cagr_entitlement_item_id'
134: ,p_argument_value => p_cagr_entitlement_item_id
135: );

Line 138: if (( nvl(per_cit_bus.g_cagr_entitlement_item_id, hr_api.g_number)

134: ,p_argument_value => p_cagr_entitlement_item_id
135: );
136: --
137: --
138: if (( nvl(per_cit_bus.g_cagr_entitlement_item_id, hr_api.g_number)
139: = p_cagr_entitlement_item_id)
140: and ( nvl(per_cit_bus.g_language, hr_api.g_varchar2)
141: = p_language)) then
142: --

Line 140: and ( nvl(per_cit_bus.g_language, hr_api.g_varchar2)

136: --
137: --
138: if (( nvl(per_cit_bus.g_cagr_entitlement_item_id, hr_api.g_number)
139: = p_cagr_entitlement_item_id)
140: and ( nvl(per_cit_bus.g_language, hr_api.g_varchar2)
141: = p_language)) then
142: --
143: -- The legislation code has already been found with a previous
144: -- call to this function. Just return the value in the global

Line 234: hr_api.argument_changed_error

230: -- not been updated.
231: --
232: EXCEPTION
233: WHEN l_error THEN
234: hr_api.argument_changed_error
235: (p_api_name => l_proc
236: ,p_argument => l_argument);
237: WHEN OTHERS THEN
238: RAISE;