DBA Data[Home] [Help]

APPS.SSP_APAB_PKG dependencies on HR_API

Line 158: hr_api.mandatory_arg_error (

154: --
155: hr_utility.trace (l_proc||' p_effective_date = '
156: ||to_char (p_effective_date));
157: --
158: hr_api.mandatory_arg_error (
159: p_api_name => l_proc,
160: p_argument => 'effective_date',
161: p_argument_value=> p_effective_date);
162: end check_parameters;

Line 188: hr_api.mandatory_arg_error (

184: --
185: hr_utility.trace (l_proc||' p_effective_date = '
186: ||to_char (p_effective_date));
187: --
188: hr_api.mandatory_arg_error (
189: p_api_name => l_proc,
190: p_argument => 'effective_date',
191: p_argument_value=> p_effective_date);
192: end check_parameters;

Line 456: hr_api.mandatory_arg_error (

452: hr_utility.trace (l_proc||' p_reason = '||p_reason);
453: hr_utility.trace (l_proc||' withhold from '||to_char (p_withhold_from));
454: hr_utility.trace (l_proc||' withhold to '||to_char (p_withhold_to));
455: --
456: hr_api.mandatory_arg_error (
457: p_api_name => l_proc,
458: p_argument => 'reason',
459: p_argument_value=> p_reason);
460: --

Line 461: hr_api.mandatory_arg_error (

457: p_api_name => l_proc,
458: p_argument => 'reason',
459: p_argument_value=> p_reason);
460: --
461: hr_api.mandatory_arg_error (
462: p_api_name => l_proc,
463: p_argument => 'withhold_from',
464: p_argument_value=> p_withhold_from);
465: --

Line 818: hr_api.mandatory_arg_error (

814: --
815: hr_utility.trace (l_proc||' p_maternity_id = '
816: ||to_char (p_maternity_id));
817: --
818: hr_api.mandatory_arg_error (
819: p_api_name => l_proc,
820: p_argument => 'maternity_id',
821: p_argument_value=> p_maternity_id);
822: --

Line 1610: hr_api.mandatory_arg_error (

1606: end calculate_APAB_amounts;
1607: --
1608: procedure check_parameters is
1609: begin
1610: hr_api.mandatory_arg_error (
1611: p_api_name => l_proc,
1612: p_argument => 'maternity_id',
1613: p_argument_value=> p_maternity_id);
1614: --