DBA Data[Home] [Help]

APPS.OTA_FCE_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 => 'enrollment_id'
50: ,p_argument_value => p_enrollment_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 => 'enrollment_id'
119: ,p_argument_value => p_enrollment_id
120: );

Line 122: if ( nvl(ota_fce_bus.g_enrollment_id, hr_api.g_number)

118: ,p_argument => 'enrollment_id'
119: ,p_argument_value => p_enrollment_id
120: );
121: --
122: if ( nvl(ota_fce_bus.g_enrollment_id, hr_api.g_number)
123: = p_enrollment_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 229: hr_api.validate_bus_grp_id

225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: -- Call all supporting business operations
228: --
229: hr_api.validate_bus_grp_id
230: (p_business_group_id => p_rec.business_group_id
231: ,p_associated_column1 => ota_fce_shd.g_tab_nam
232: || '.BUSINESS_GROUP_ID');
233: --

Line 261: hr_api.validate_bus_grp_id

257: hr_utility.set_location('Entering:'||l_proc, 5);
258: --
259: -- Call all supporting business operations
260: --
261: hr_api.validate_bus_grp_id
262: (p_business_group_id => p_rec.business_group_id
263: ,p_associated_column1 => ota_fce_shd.g_tab_nam
264: || '.BUSINESS_GROUP_ID');
265: --