DBA Data[Home] [Help]

APPS.OTA_CPR_BUS dependencies on HR_API

Line 51: hr_api.mandatory_arg_error

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

Line 56: hr_api.mandatory_arg_error

52: (p_api_name => l_proc
53: ,p_argument => 'activity_version_id'
54: ,p_argument_value => p_activity_version_id
55: );
56: hr_api.mandatory_arg_error
57: (p_api_name => l_proc
58: ,p_argument => 'prerequisite_course_id'
59: ,p_argument_value => p_prerequisite_course_id
60: );

Line 85: hr_api.set_security_group_id

81: close csr_sec_grp;
82: --
83: -- Set the security_group_id in CLIENT_INFO
84: --
85: hr_api.set_security_group_id
86: (p_security_group_id => l_security_group_id
87: );
88: --
89: -- Set the sessions legislation context in HR_SESSION_DATA

Line 91: hr_api.set_legislation_context(l_legislation_code);

87: );
88: --
89: -- Set the sessions legislation context in HR_SESSION_DATA
90: --
91: hr_api.set_legislation_context(l_legislation_code);
92: end if;
93: --
94: hr_utility.set_location(' Leaving:'|| l_proc, 20);
95: --

Line 129: hr_api.mandatory_arg_error

125: hr_utility.set_location('Entering:'|| l_proc, 10);
126: --
127: -- Ensure that all the mandatory parameter are not null
128: --
129: hr_api.mandatory_arg_error
130: (p_api_name => l_proc
131: ,p_argument => 'activity_version_id'
132: ,p_argument_value => p_activity_version_id
133: );

Line 134: hr_api.mandatory_arg_error

130: (p_api_name => l_proc
131: ,p_argument => 'activity_version_id'
132: ,p_argument_value => p_activity_version_id
133: );
134: hr_api.mandatory_arg_error
135: (p_api_name => l_proc
136: ,p_argument => 'prerequisite_course_id'
137: ,p_argument_value => p_prerequisite_course_id
138: );

Line 140: if (( nvl(ota_cpr_bus.g_activity_version_id, hr_api.g_number)

136: ,p_argument => 'prerequisite_course_id'
137: ,p_argument_value => p_prerequisite_course_id
138: );
139: --
140: if (( nvl(ota_cpr_bus.g_activity_version_id, hr_api.g_number)
141: = p_activity_version_id)
142: and ( nvl(ota_cpr_bus.g_prerequisite_course_id, hr_api.g_number)
143: = p_prerequisite_course_id)) then
144: --

Line 142: and ( nvl(ota_cpr_bus.g_prerequisite_course_id, hr_api.g_number)

138: );
139: --
140: if (( nvl(ota_cpr_bus.g_activity_version_id, hr_api.g_number)
141: = p_activity_version_id)
142: and ( nvl(ota_cpr_bus.g_prerequisite_course_id, hr_api.g_number)
143: = p_prerequisite_course_id)) then
144: --
145: -- The legislation code has already been found with a previous
146: -- call to this function. Just return the value in the global

Line 537: hr_api.validate_bus_grp_id

533: --
534: -- Call all supporting business operations
535: --
536:
537: hr_api.validate_bus_grp_id
538: (p_business_group_id => p_rec.business_group_id
539: ,p_associated_column1 => ota_cpr_shd.g_tab_nam
540: || '.BUSINESS_GROUP_ID');
541: --

Line 583: hr_api.validate_bus_grp_id

579: --
580: -- Call all supporting business operations
581: --
582:
583: hr_api.validate_bus_grp_id
584: (p_business_group_id => p_rec.business_group_id
585: ,p_associated_column1 => ota_cpr_shd.g_tab_nam
586: || '.BUSINESS_GROUP_ID');
587: --