DBA Data[Home] [Help]

APPS.BEN_REOPEN_LER_CONC dependencies on HR_API

Line 176: hr_api.mandatory_arg_error (p_api_name => l_proc,

172: hr_utility.set_location ('Created fnd session ', 30);
173: --
174: -- Check business rules and mandatory parameters
175: -- as effective date, ler_id and from occured date are mandatory
176: hr_api.mandatory_arg_error (p_api_name => l_proc,
177: p_argument => 'p_effective_date',
178: p_argument_value => p_effective_date
179: );
180: --

Line 181: hr_api.mandatory_arg_error (p_api_name => l_proc,

177: p_argument => 'p_effective_date',
178: p_argument_value => p_effective_date
179: );
180: --
181: hr_api.mandatory_arg_error (p_api_name => l_proc,
182: p_argument => 'p_ler_id',
183: p_argument_value => p_ler_id
184: );
185: --

Line 186: hr_api.mandatory_arg_error (p_api_name => l_proc,

182: p_argument => 'p_ler_id',
183: p_argument_value => p_ler_id
184: );
185: --
186: hr_api.mandatory_arg_error (p_api_name => l_proc,
187: p_argument => 'p_from_ocrd_date',
188: p_argument_value => p_from_ocrd_date
189: );
190: hr_utility.set_location ('Checked mandatory checks ', 20);