DBA Data[Home] [Help]

APPS.HR_ORT_BUS dependencies on HR_API

Line 52: hr_api.mandatory_arg_error

48: hr_utility.set_location('Entering:'|| l_proc, 10);
49: --
50: -- Ensure that all the mandatory parameter are not null
51: --
52: hr_api.mandatory_arg_error
53: (p_api_name => l_proc
54: ,p_argument => 'organization_id'
55: ,p_argument_value => p_organization_id
56: );

Line 76: hr_api.set_security_group_id

72: close csr_sec_grp;
73: --
74: -- Set the security_group_id in CLIENT_INFO
75: --
76: hr_api.set_security_group_id
77: (p_security_group_id => l_security_group_id
78: );
79: --
80: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 121: hr_api.mandatory_arg_error

117: hr_utility.set_location('Entering:'|| l_proc, 10);
118: --
119: -- Ensure that all the mandatory parameter are not null
120: --
121: hr_api.mandatory_arg_error
122: (p_api_name => l_proc
123: ,p_argument => 'organization_id'
124: ,p_argument_value => p_organization_id
125: );

Line 128: if (( nvl(hr_ort_bus.g_organization_id, hr_api.g_number)

124: ,p_argument_value => p_organization_id
125: );
126: --
127: --
128: if (( nvl(hr_ort_bus.g_organization_id, hr_api.g_number)
129: = p_organization_id)
130: and ( nvl(hr_ort_bus.g_language, hr_api.g_varchar2)
131: = p_language)) then
132: --

Line 130: and ( nvl(hr_ort_bus.g_language, hr_api.g_varchar2)

126: --
127: --
128: if (( nvl(hr_ort_bus.g_organization_id, hr_api.g_number)
129: = p_organization_id)
130: and ( nvl(hr_ort_bus.g_language, hr_api.g_varchar2)
131: = p_language)) then
132: --
133: -- The legislation code has already been found with a previous
134: -- call to this function. Just return the value in the global

Line 224: hr_api.argument_changed_error

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