DBA Data[Home] [Help]

APPS.OTA_FRM_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

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

Line 74: hr_api.set_security_group_id

70: close csr_sec_grp;
71: --
72: -- Set the security_group_id in CLIENT_INFO
73: --
74: hr_api.set_security_group_id
75: (p_security_group_id => l_security_group_id
76: );
77: --
78: -- Set the sessions legislation context in HR_SESSION_DATA

Line 80: hr_api.set_legislation_context(l_legislation_code);

76: );
77: --
78: -- Set the sessions legislation context in HR_SESSION_DATA
79: --
80: hr_api.set_legislation_context(l_legislation_code);
81: end if;
82: --
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: --

Line 116: hr_api.mandatory_arg_error

112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error
117: (p_api_name => l_proc
118: ,p_argument => 'forum_id'
119: ,p_argument_value => p_forum_id
120: );

Line 122: if ( nvl(ota_frm_bus.g_forum_id, hr_api.g_number)

118: ,p_argument => 'forum_id'
119: ,p_argument_value => p_forum_id
120: );
121: --
122: if ( nvl(ota_frm_bus.g_forum_id, hr_api.g_number)
123: = p_forum_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 308: or nvl(l_cat_end_date,hr_api.g_eot) < nvl(p_end_date,hr_api.g_eot)

304: IF csr_cat_start_end_date%FOUND THEN
305: CLOSE csr_cat_start_end_date;
306:
307: IF ( l_cat_start_date > p_start_date
308: or nvl(l_cat_end_date,hr_api.g_eot) < nvl(p_end_date,hr_api.g_eot)
309: ) THEN
310: --
311: fnd_message.set_name ( 'OTA','OTA_443785_FRM_OUTOF_CAT_DATES');
312: fnd_message.raise_error;

Line 419: hr_api.validate_bus_grp_id

415: hr_utility.set_location('Entering:'||l_proc, 5);
416: --
417: -- Call all supporting business operations
418: --
419: hr_api.validate_bus_grp_id
420: (p_business_group_id => p_rec.business_group_id
421: ,p_associated_column1 => ota_frm_shd.g_tab_nam
422: || '.BUSINESS_GROUP_ID');
423: --

Line 455: hr_api.validate_bus_grp_id

451: hr_utility.set_location('Entering:'||l_proc, 5);
452: --
453: -- Call all supporting business operations
454: --
455: hr_api.validate_bus_grp_id
456: (p_business_group_id => p_rec.business_group_id
457: ,p_associated_column1 => ota_frm_shd.g_tab_nam
458: || '.BUSINESS_GROUP_ID');
459: --