DBA Data[Home] [Help]

APPS.SSP_SMP_PKG dependencies on HR_API

Line 254: hr_api.mandatory_arg_error (

250: --
251: hr_utility.trace (l_proc||' p_effective_date = '
252: ||to_char (p_effective_date));
253: --
254: hr_api.mandatory_arg_error (
255: p_api_name => l_proc,
256: p_argument => 'effective_date',
257: p_argument_value=> p_effective_date);
258: end check_parameters;

Line 288: hr_api.mandatory_arg_error (

284: --
285: hr_utility.trace (l_proc||' p_effective_date = '
286: ||to_char (p_effective_date));
287: --
288: hr_api.mandatory_arg_error (
289: p_api_name => l_proc,
290: p_argument => 'effective_date',
291: p_argument_value=> p_effective_date);
292: end check_parameters;

Line 586: hr_api.mandatory_arg_error (

582: ||to_char (p_withhold_from));
583: hr_utility.trace (l_proc||' withhold to '
584: ||to_char (p_withhold_to));
585: --
586: hr_api.mandatory_arg_error (
587: p_api_name => l_proc,
588: p_argument => 'reason',
589: p_argument_value=> p_reason);
590: --

Line 591: hr_api.mandatory_arg_error (

587: p_api_name => l_proc,
588: p_argument => 'reason',
589: p_argument_value=> p_reason);
590: --
591: hr_api.mandatory_arg_error (
592: p_api_name => l_proc,
593: p_argument => 'withhold_from',
594: p_argument_value=> p_withhold_from);
595: --

Line 1100: hr_api.mandatory_arg_error (

1096: --
1097: hr_utility.trace (l_proc||' p_maternity_id = '
1098: ||to_char (p_maternity_id));
1099: --
1100: hr_api.mandatory_arg_error (
1101: p_api_name => l_proc,
1102: p_argument => 'maternity_id',
1103: p_argument_value=> p_maternity_id);
1104: --

Line 2123: hr_api.mandatory_arg_error (

2119: end calculate_SMP_amounts;
2120: --
2121: procedure check_parameters is
2122: begin
2123: hr_api.mandatory_arg_error (
2124: p_api_name => l_proc,
2125: p_argument => 'maternity_id',
2126: p_argument_value=> p_maternity_id);
2127: --