DBA Data[Home] [Help]

APPS.SSP_PAB_PKG dependencies on HR_API

Line 171: hr_api.mandatory_arg_error (

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

Line 201: hr_api.mandatory_arg_error (

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

Line 430: hr_api.mandatory_arg_error (

426: hr_utility.trace (l_proc||' p_reason = '||p_reason);
427: hr_utility.trace (l_proc||' withhold from '||to_char (p_withhold_from));
428: hr_utility.trace (l_proc||' withhold to '||to_char (p_withhold_to));
429: --
430: hr_api.mandatory_arg_error (
431: p_api_name => l_proc,
432: p_argument => 'reason',
433: p_argument_value=> p_reason);
434: --

Line 435: hr_api.mandatory_arg_error (

431: p_api_name => l_proc,
432: p_argument => 'reason',
433: p_argument_value=> p_reason);
434: --
435: hr_api.mandatory_arg_error (
436: p_api_name => l_proc,
437: p_argument => 'withhold_from',
438: p_argument_value=> p_withhold_from);
439: --

Line 797: hr_api.mandatory_arg_error (

793: --
794: hr_utility.trace (l_proc||' p_maternity_id = '
795: ||to_char (p_maternity_id));
796: --
797: hr_api.mandatory_arg_error (
798: p_api_name => l_proc,
799: p_argument => 'maternity_id',
800: p_argument_value=> p_maternity_id);
801: --

Line 1615: hr_api.mandatory_arg_error (

1611: end calculate_PAB_amounts;
1612: --
1613: procedure check_parameters is
1614: begin
1615: hr_api.mandatory_arg_error (
1616: p_api_name => l_proc,
1617: p_argument => 'maternity_id',
1618: p_argument_value=> p_maternity_id);
1619: --