DBA Data[Home] [Help]

APPS.OTA_BJS_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 => 'booking_justification_id'
50: ,p_argument_value => p_booking_justification_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 => 'booking_justification_id'
119: ,p_argument_value => p_booking_justification_id
120: );

Line 122: if ( nvl(ota_bjs_bus.g_booking_justification_id, hr_api.g_number)

118: ,p_argument => 'booking_justification_id'
119: ,p_argument_value => p_booking_justification_id
120: );
121: --
122: if ( nvl(ota_bjs_bus.g_booking_justification_id, hr_api.g_number)
123: = p_booking_justification_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 317: hr_api.validate_bus_grp_id

313: hr_utility.set_location('Entering:'||l_proc, 5);
314: --
315: -- Call all supporting business operations
316: --
317: hr_api.validate_bus_grp_id
318: (p_business_group_id => p_rec.business_group_id
319: ,p_associated_column1 => ota_bjs_shd.g_tab_nam
320: || '.BUSINESS_GROUP_ID');
321: --

Line 351: hr_api.validate_bus_grp_id

347: hr_utility.set_location('Entering:'||l_proc, 5);
348: --
349: -- Call all supporting business operations
350: --
351: hr_api.validate_bus_grp_id
352: (p_business_group_id => p_rec.business_group_id
353: ,p_associated_column1 => ota_bjs_shd.g_tab_nam
354: || '.BUSINESS_GROUP_ID');
355: --