DBA Data[Home] [Help]

APPS.SSP_SAP_PKG dependencies on HR_API

Line 174: hr_api.mandatory_arg_error (

170: --
171: hr_utility.trace (l_proc||' p_effective_date = '
172: ||to_char (p_effective_date));
173: --
174: hr_api.mandatory_arg_error (
175: p_api_name => l_proc,
176: p_argument => 'effective_date',
177: p_argument_value=> p_effective_date);
178: end check_parameters;

Line 205: hr_api.mandatory_arg_error (

201: --
202: hr_utility.trace (l_proc||' p_effective_date = '
203: ||to_char (p_effective_date));
204: --
205: hr_api.mandatory_arg_error (
206: p_api_name => l_proc,
207: p_argument => 'effective_date',
208: p_argument_value=> p_effective_date);
209: end check_parameters;

Line 398: hr_api.mandatory_arg_error (

394: hr_utility.trace (l_proc||' p_reason = '||p_reason);
395: hr_utility.trace (l_proc||' withhold from '||to_char (p_withhold_from));
396: hr_utility.trace (l_proc||' withhold to '||to_char (p_withhold_to));
397: --
398: hr_api.mandatory_arg_error (
399: p_api_name => l_proc,
400: p_argument => 'reason',
401: p_argument_value=> p_reason);
402: --

Line 403: hr_api.mandatory_arg_error (

399: p_api_name => l_proc,
400: p_argument => 'reason',
401: p_argument_value=> p_reason);
402: --
403: hr_api.mandatory_arg_error (
404: p_api_name => l_proc,
405: p_argument => 'withhold_from',
406: p_argument_value=> p_withhold_from);
407: --

Line 806: hr_api.mandatory_arg_error (

802: --
803: hr_utility.trace (l_proc||' p_maternity_id = '
804: ||to_char (p_maternity_id));
805: --
806: hr_api.mandatory_arg_error (
807: p_api_name => l_proc,
808: p_argument => 'maternity_id',
809: p_argument_value=> p_maternity_id);
810: --

Line 1682: hr_api.mandatory_arg_error (

1678: end calculate_SAP_amounts;
1679: --
1680: procedure check_parameters is
1681: begin
1682: hr_api.mandatory_arg_error (
1683: p_api_name => l_proc,
1684: p_argument => 'maternity_id',
1685: p_argument_value=> p_maternity_id);
1686: --