DBA Data[Home] [Help]

APPS.PAY_US_MMRF_SQWL_FORMAT_RECORD dependencies on PAY_CORE_UTILS

Line 2118: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');

2114: IF l_hours_worked <0 THEN
2115: hr_utility.trace('Error in RS record for Employee '||p_input_1||
2116: ' Negative hours');
2117: l_exclude_from_output_chk := TRUE;
2118: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
2119: pay_core_utils.push_token('record_name',p_record_name);
2120: pay_core_utils.push_token('name_or_number',substr(p_input_39,1,50));
2121: pay_core_utils.push_token('description','Negative hours');
2122: END IF;

Line 2119: pay_core_utils.push_token('record_name',p_record_name);

2115: hr_utility.trace('Error in RS record for Employee '||p_input_1||
2116: ' Negative hours');
2117: l_exclude_from_output_chk := TRUE;
2118: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
2119: pay_core_utils.push_token('record_name',p_record_name);
2120: pay_core_utils.push_token('name_or_number',substr(p_input_39,1,50));
2121: pay_core_utils.push_token('description','Negative hours');
2122: END IF;
2123:

Line 2120: pay_core_utils.push_token('name_or_number',substr(p_input_39,1,50));

2116: ' Negative hours');
2117: l_exclude_from_output_chk := TRUE;
2118: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
2119: pay_core_utils.push_token('record_name',p_record_name);
2120: pay_core_utils.push_token('name_or_number',substr(p_input_39,1,50));
2121: pay_core_utils.push_token('description','Negative hours');
2122: END IF;
2123:
2124: END IF; /*Hours check for OR,MN SQWL */

Line 2121: pay_core_utils.push_token('description','Negative hours');

2117: l_exclude_from_output_chk := TRUE;
2118: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
2119: pay_core_utils.push_token('record_name',p_record_name);
2120: pay_core_utils.push_token('name_or_number',substr(p_input_39,1,50));
2121: pay_core_utils.push_token('description','Negative hours');
2122: END IF;
2123:
2124: END IF; /*Hours check for OR,MN SQWL */
2125:

Line 2633: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');

2629: IF l_hours_worked <0 THEN
2630: hr_utility.trace('Error in RS record for Employee '||p_input_2||
2631: ' Negative hours');
2632: l_exclude_from_output_chk := TRUE;
2633: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
2634: pay_core_utils.push_token('record_name',p_record_name);
2635: pay_core_utils.push_token('name_or_number',substr(p_input_2,1,50));
2636: pay_core_utils.push_token('description','Negative hours');
2637: END IF;

Line 2634: pay_core_utils.push_token('record_name',p_record_name);

2630: hr_utility.trace('Error in RS record for Employee '||p_input_2||
2631: ' Negative hours');
2632: l_exclude_from_output_chk := TRUE;
2633: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
2634: pay_core_utils.push_token('record_name',p_record_name);
2635: pay_core_utils.push_token('name_or_number',substr(p_input_2,1,50));
2636: pay_core_utils.push_token('description','Negative hours');
2637: END IF;
2638: hr_utility.trace('p_exclude_from_output = '||p_exclude_from_output);

Line 2635: pay_core_utils.push_token('name_or_number',substr(p_input_2,1,50));

2631: ' Negative hours');
2632: l_exclude_from_output_chk := TRUE;
2633: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
2634: pay_core_utils.push_token('record_name',p_record_name);
2635: pay_core_utils.push_token('name_or_number',substr(p_input_2,1,50));
2636: pay_core_utils.push_token('description','Negative hours');
2637: END IF;
2638: hr_utility.trace('p_exclude_from_output = '||p_exclude_from_output);
2639: -- Validation Starts

Line 2636: pay_core_utils.push_token('description','Negative hours');

2632: l_exclude_from_output_chk := TRUE;
2633: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
2634: pay_core_utils.push_token('record_name',p_record_name);
2635: pay_core_utils.push_token('name_or_number',substr(p_input_2,1,50));
2636: pay_core_utils.push_token('description','Negative hours');
2637: END IF;
2638: hr_utility.trace('p_exclude_from_output = '||p_exclude_from_output);
2639: -- Validation Starts
2640: -- EIN Validation