DBA Data[Home] [Help]

APPS.PER_SBT_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 => 'subjects_taken_id'
54: ,p_argument_value => p_subjects_taken_id
55: );

Line 165: hr_api.validate_language_code ( p_language_code => l_language_code

161: -- table in set_security_group_id; Do not need to do again
162: --
163: -- PF - calling api language validation as there is no API package yet.
164: l_language_code := p_rec.source_lang;
165: hr_api.validate_language_code ( p_language_code => l_language_code
166: );
167: --
168: -- Validate Dependent Attributes
169: --

Line 198: hr_api.validate_language_code ( p_language_code => l_language_code

194: -- table in set_security_group_id; Do not need to do again
195: --
196: -- PF - calling api language validation as there is no API package yet.
197: l_language_code := p_rec.source_lang;
198: hr_api.validate_language_code ( p_language_code => l_language_code
199: );
200: --
201: -- Validate Dependent Attributes
202: --