DBA Data[Home] [Help]

APPS.OTA_ENT_BUS dependencies on HR_API

Line 131: HR_API.MANDATORY_ARG_ERROR (

127: HR_UTILITY.SET_LOCATION ('Entering:' || W_PROC, 5);
128: --
129: -- Check arguments
130: --
131: HR_API.MANDATORY_ARG_ERROR (
132: G_PACKAGE,
133: 'P_TITLE',
134: P_TITLE);
135: HR_API.MANDATORY_ARG_ERROR (

Line 135: HR_API.MANDATORY_ARG_ERROR (

131: HR_API.MANDATORY_ARG_ERROR (
132: G_PACKAGE,
133: 'P_TITLE',
134: P_TITLE);
135: HR_API.MANDATORY_ARG_ERROR (
136: G_PACKAGE,
137: 'P_BUSINESS_GROUP_ID',
138: P_BUSINESS_GROUP_ID);
139: --

Line 282: hr_api.mandatory_arg_error

278: hr_utility.set_location('Entering:'|| l_proc, 10);
279: --
280: -- Ensure that all the mandatory parameter are not null
281: --
282: hr_api.mandatory_arg_error
283: (p_api_name => l_proc
284: ,p_argument => 'event_id'
285: ,p_argument_value => p_event_id
286: );

Line 310: hr_api.set_security_group_id

306: close csr_sec_grp;
307: --
308: -- Set the security_group_id in CLIENT_INFO
309: --
310: hr_api.set_security_group_id
311: (p_security_group_id => l_security_group_id
312: );
313: --
314: -- Set the sessions legislation context in HR_SESSION_DATA

Line 316: hr_api.set_legislation_context(l_legislation_code);

312: );
313: --
314: -- Set the sessions legislation context in HR_SESSION_DATA
315: --
316: hr_api.set_legislation_context(l_legislation_code);
317: end if;
318: --
319: hr_utility.set_location(' Leaving:'|| l_proc, 20);
320: --

Line 357: hr_api.mandatory_arg_error

353: hr_utility.set_location('Entering:'|| l_proc, 10);
354: --
355: -- Ensure that all the mandatory parameter are not null
356: --
357: hr_api.mandatory_arg_error
358: (p_api_name => l_proc
359: ,p_argument => 'event_id'
360: ,p_argument_value => p_event_id
361: );

Line 364: if (( nvl(ota_ent_bus.g_event_id, hr_api.g_number)

360: ,p_argument_value => p_event_id
361: );
362: --
363: --
364: if (( nvl(ota_ent_bus.g_event_id, hr_api.g_number)
365: = p_event_id)
366: and ( nvl(ota_ent_bus.g_language, hr_api.g_varchar2)
367: = p_language)) then
368: --

Line 366: and ( nvl(ota_ent_bus.g_language, hr_api.g_varchar2)

362: --
363: --
364: if (( nvl(ota_ent_bus.g_event_id, hr_api.g_number)
365: = p_event_id)
366: and ( nvl(ota_ent_bus.g_language, hr_api.g_varchar2)
367: = p_language)) then
368: --
369: -- The legislation code has already been found with a previous
370: -- call to this function. Just return the value in the global