DBA Data[Home] [Help]

APPS.SSP_PAD_PKG dependencies on HR_API

Line 154: hr_api.mandatory_arg_error (

150: --
151: hr_utility.trace (l_proc||' p_effective_date = '
152: ||to_char (p_effective_date));
153: --
154: hr_api.mandatory_arg_error (
155: p_api_name => l_proc,
156: p_argument => 'effective_date',
157: p_argument_value=> p_effective_date);
158: end check_parameters;

Line 184: hr_api.mandatory_arg_error (

180: --
181: hr_utility.trace (l_proc||' p_effective_date = '
182: ||to_char (p_effective_date));
183: --
184: hr_api.mandatory_arg_error (
185: p_api_name => l_proc,
186: p_argument => 'effective_date',
187: p_argument_value=> p_effective_date);
188: --

Line 388: hr_api.mandatory_arg_error (

384: hr_utility.trace (l_proc||' p_reason = '||p_reason);
385: hr_utility.trace (l_proc||' withhold from '||to_char (p_withhold_from));
386: hr_utility.trace (l_proc||' withhold to '||to_char (p_withhold_to));
387: --
388: hr_api.mandatory_arg_error (
389: p_api_name => l_proc,
390: p_argument => 'reason',
391: p_argument_value=> p_reason);
392: --

Line 393: hr_api.mandatory_arg_error (

389: p_api_name => l_proc,
390: p_argument => 'reason',
391: p_argument_value=> p_reason);
392: --
393: hr_api.mandatory_arg_error (
394: p_api_name => l_proc,
395: p_argument => 'withhold_from',
396: p_argument_value=> p_withhold_from);
397: --

Line 710: hr_api.mandatory_arg_error (

706: --
707: hr_utility.trace (l_proc||' p_maternity_id = '
708: ||to_char (p_maternity_id));
709: --
710: hr_api.mandatory_arg_error (
711: p_api_name => l_proc,
712: p_argument => 'maternity_id',
713: p_argument_value=> p_maternity_id);
714: --

Line 1518: hr_api.mandatory_arg_error (

1514: end calculate_PAD_amounts;
1515: --
1516: procedure check_parameters is
1517: begin
1518: hr_api.mandatory_arg_error (
1519: p_api_name => l_proc,
1520: p_argument => 'maternity_id',
1521: p_argument_value=> p_maternity_id);
1522: --