DBA Data[Home] [Help]

APPS.SSP_APAD_PKG dependencies on HR_API

Line 130: hr_api.mandatory_arg_error (

126: --
127: hr_utility.trace (l_proc||' p_effective_date = '
128: ||to_char (p_effective_date));
129: --
130: hr_api.mandatory_arg_error (
131: p_api_name => l_proc,
132: p_argument => 'effective_date',
133: p_argument_value=> p_effective_date);
134: end check_parameters;

Line 160: hr_api.mandatory_arg_error (

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

Line 411: hr_api.mandatory_arg_error (

407: hr_utility.trace (l_proc||' p_reason = '||p_reason);
408: hr_utility.trace (l_proc||' withhold from '||to_char (p_withhold_from));
409: hr_utility.trace (l_proc||' withhold to '||to_char (p_withhold_to));
410: --
411: hr_api.mandatory_arg_error (
412: p_api_name => l_proc,
413: p_argument => 'reason',
414: p_argument_value=> p_reason);
415: --

Line 416: hr_api.mandatory_arg_error (

412: p_api_name => l_proc,
413: p_argument => 'reason',
414: p_argument_value=> p_reason);
415: --
416: hr_api.mandatory_arg_error (
417: p_api_name => l_proc,
418: p_argument => 'withhold_from',
419: p_argument_value=> p_withhold_from);
420: --

Line 751: hr_api.mandatory_arg_error (

747: --
748: hr_utility.trace (l_proc||' p_maternity_id = '
749: ||to_char (p_maternity_id));
750: --
751: hr_api.mandatory_arg_error (
752: p_api_name => l_proc,
753: p_argument => 'maternity_id',
754: p_argument_value=> p_maternity_id);
755: --

Line 1527: hr_api.mandatory_arg_error (

1523: end calculate_APAD_amounts;
1524: --
1525: procedure check_parameters is
1526: begin
1527: hr_api.mandatory_arg_error (
1528: p_api_name => l_proc,
1529: p_argument => 'maternity_id',
1530: p_argument_value=> p_maternity_id);
1531: --