DBA Data[Home] [Help]

APPS.OTA_AVT_BUS dependencies on HR_API

Line 56: hr_api.mandatory_arg_error

52: hr_utility.set_location('Entering:'|| l_proc, 10);
53: --
54: -- Ensure that all the mandatory parameter are not null
55: --
56: hr_api.mandatory_arg_error
57: (p_api_name => l_proc
58: ,p_argument => 'activity_version_id'
59: ,p_argument_value => p_activity_version_id
60: );

Line 84: hr_api.set_security_group_id

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

Line 90: hr_api.set_legislation_context(l_legislation_code);

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

Line 131: hr_api.mandatory_arg_error

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

Line 138: if (( nvl(ota_avt_bus.g_activity_version_id, hr_api.g_number)

134: ,p_argument_value => p_activity_version_id
135: );
136: --
137: --
138: if (( nvl(ota_avt_bus.g_activity_version_id, hr_api.g_number)
139: = p_activity_version_id)
140: and ( nvl(ota_avt_bus.g_language, hr_api.g_varchar2)
141: = p_language)) then
142: --

Line 140: and ( nvl(ota_avt_bus.g_language, hr_api.g_varchar2)

136: --
137: --
138: if (( nvl(ota_avt_bus.g_activity_version_id, hr_api.g_number)
139: = p_activity_version_id)
140: and ( nvl(ota_avt_bus.g_language, hr_api.g_varchar2)
141: = p_language)) then
142: --
143: -- The legislation code has already been found with a previous
144: -- call to this function. Just return the value in the global