DBA Data[Home] [Help]

APPS.PAY_US_REPORTING_UTILS_PKG dependencies on PAY_CORE_UTILS

Line 1050: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');

1046: IF (p_record_name in ('RO','RW','RS','RCW','RCO','RSSUMM') OR
1047: (p_record_name = 'D' AND p_report_qualifier = 'AK_SQWL')) THEN
1048: l_description:=' The number is bigger than the given length '
1049: ||l_length;
1050: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');
1051: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));
1052: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));
1053: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));
1054: pay_core_utils.push_token('description',substr(l_description,1,50));

Line 1051: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));

1047: (p_record_name = 'D' AND p_report_qualifier = 'AK_SQWL')) THEN
1048: l_description:=' The number is bigger than the given length '
1049: ||l_length;
1050: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');
1051: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));
1052: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));
1053: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));
1054: pay_core_utils.push_token('description',substr(l_description,1,50));
1055: /* Error in RW record for employee 1234 in Medicare wages.

Line 1052: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));

1048: l_description:=' The number is bigger than the given length '
1049: ||l_length;
1050: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');
1051: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));
1052: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));
1053: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));
1054: pay_core_utils.push_token('description',substr(l_description,1,50));
1055: /* Error in RW record for employee 1234 in Medicare wages.
1056: The number is bigger than the given length 11 */

Line 1053: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));

1049: ||l_length;
1050: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');
1051: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));
1052: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));
1053: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));
1054: pay_core_utils.push_token('description',substr(l_description,1,50));
1055: /* Error in RW record for employee 1234 in Medicare wages.
1056: The number is bigger than the given length 11 */
1057: hr_utility.trace(p_input_3 ||' '||l_description);

Line 1054: pay_core_utils.push_token('description',substr(l_description,1,50));

1050: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');
1051: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));
1052: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));
1053: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));
1054: pay_core_utils.push_token('description',substr(l_description,1,50));
1055: /* Error in RW record for employee 1234 in Medicare wages.
1056: The number is bigger than the given length 11 */
1057: hr_utility.trace(p_input_3 ||' '||l_description);
1058: END IF;

Line 1071: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');

1067: return_value:='-'||lpad(nvl(replace(l_input_2,'-'),0),l_length-1,0);
1068: IF( p_record_name in ('RO','RW','RS','RCW','RCO','D','RSSUMM') OR
1069: (p_record_name = 'D' AND p_report_qualifier = 'AK_SQWL')) THEN
1070: l_description:=' The value is negative '||substr(l_input_2,1,l_length);
1071: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');
1072: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));
1073: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));
1074: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));
1075: pay_core_utils.push_token('description',substr(l_description,1,50));

Line 1072: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));

1068: IF( p_record_name in ('RO','RW','RS','RCW','RCO','D','RSSUMM') OR
1069: (p_record_name = 'D' AND p_report_qualifier = 'AK_SQWL')) THEN
1070: l_description:=' The value is negative '||substr(l_input_2,1,l_length);
1071: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');
1072: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));
1073: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));
1074: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));
1075: pay_core_utils.push_token('description',substr(l_description,1,50));
1076:

Line 1073: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));

1069: (p_record_name = 'D' AND p_report_qualifier = 'AK_SQWL')) THEN
1070: l_description:=' The value is negative '||substr(l_input_2,1,l_length);
1071: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');
1072: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));
1073: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));
1074: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));
1075: pay_core_utils.push_token('description',substr(l_description,1,50));
1076:
1077: /* sample mesg*/

Line 1074: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));

1070: l_description:=' The value is negative '||substr(l_input_2,1,l_length);
1071: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');
1072: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));
1073: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));
1074: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));
1075: pay_core_utils.push_token('description',substr(l_description,1,50));
1076:
1077: /* sample mesg*/
1078: /* Error in RW record for employee 1234 in Medicare wages.

Line 1075: pay_core_utils.push_token('description',substr(l_description,1,50));

1071: pay_core_utils.push_message(801,'PAY_INVALID_EE_DATA','A');
1072: pay_core_utils.push_token('record_name',substr(p_record_name,1,50));
1073: pay_core_utils.push_token('name_or_number',substr(p_input_4,1,50));
1074: pay_core_utils.push_token('field_name',substr(p_input_3,1,50));
1075: pay_core_utils.push_token('description',substr(l_description,1,50));
1076:
1077: /* sample mesg*/
1078: /* Error in RW record for employee 1234 in Medicare wages.
1079: The value is negative -2345 */