DBA Data[Home] [Help]

APPS.SSP_SMP_PKG dependencies on HR_API

Line 247: hr_api.mandatory_arg_error (

243: --
244: hr_utility.trace (l_proc||' p_effective_date = '
245: ||to_char (p_effective_date));
246: --
247: hr_api.mandatory_arg_error (
248: p_api_name => l_proc,
249: p_argument => 'effective_date',
250: p_argument_value=> p_effective_date);
251: end check_parameters;

Line 281: hr_api.mandatory_arg_error (

277: --
278: hr_utility.trace (l_proc||' p_effective_date = '
279: ||to_char (p_effective_date));
280: --
281: hr_api.mandatory_arg_error (
282: p_api_name => l_proc,
283: p_argument => 'effective_date',
284: p_argument_value=> p_effective_date);
285: end check_parameters;

Line 579: hr_api.mandatory_arg_error (

575: ||to_char (p_withhold_from));
576: hr_utility.trace (l_proc||' withhold to '
577: ||to_char (p_withhold_to));
578: --
579: hr_api.mandatory_arg_error (
580: p_api_name => l_proc,
581: p_argument => 'reason',
582: p_argument_value=> p_reason);
583: --

Line 584: hr_api.mandatory_arg_error (

580: p_api_name => l_proc,
581: p_argument => 'reason',
582: p_argument_value=> p_reason);
583: --
584: hr_api.mandatory_arg_error (
585: p_api_name => l_proc,
586: p_argument => 'withhold_from',
587: p_argument_value=> p_withhold_from);
588: --

Line 1085: hr_api.mandatory_arg_error (

1081: --
1082: hr_utility.trace (l_proc||' p_maternity_id = '
1083: ||to_char (p_maternity_id));
1084: --
1085: hr_api.mandatory_arg_error (
1086: p_api_name => l_proc,
1087: p_argument => 'maternity_id',
1088: p_argument_value=> p_maternity_id);
1089: --

Line 2044: hr_api.mandatory_arg_error (

2040: end calculate_SMP_amounts;
2041: --
2042: procedure check_parameters is
2043: begin
2044: hr_api.mandatory_arg_error (
2045: p_api_name => l_proc,
2046: p_argument => 'maternity_id',
2047: p_argument_value=> p_maternity_id);
2048: --