DBA Data[Home] [Help]

APPS.SSP_PAB_PKG dependencies on HR_API

Line 168: hr_api.mandatory_arg_error (

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

Line 198: hr_api.mandatory_arg_error (

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

Line 427: hr_api.mandatory_arg_error (

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

Line 432: hr_api.mandatory_arg_error (

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

Line 794: hr_api.mandatory_arg_error (

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

Line 1606: hr_api.mandatory_arg_error (

1602: end calculate_PAB_amounts;
1603: --
1604: procedure check_parameters is
1605: begin
1606: hr_api.mandatory_arg_error (
1607: p_api_name => l_proc,
1608: p_argument => 'maternity_id',
1609: p_argument_value=> p_maternity_id);
1610: --