DBA Data[Home] [Help]

APPS.SSP_SAP_PKG dependencies on HR_API

Line 172: hr_api.mandatory_arg_error (

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

Line 203: hr_api.mandatory_arg_error (

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

Line 396: hr_api.mandatory_arg_error (

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

Line 401: hr_api.mandatory_arg_error (

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

Line 804: hr_api.mandatory_arg_error (

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

Line 1675: hr_api.mandatory_arg_error (

1671: end calculate_SAP_amounts;
1672: --
1673: procedure check_parameters is
1674: begin
1675: hr_api.mandatory_arg_error (
1676: p_api_name => l_proc,
1677: p_argument => 'maternity_id',
1678: p_argument_value=> p_maternity_id);
1679: --