DBA Data[Home] [Help]

APPS.PAY_US_MARK_W2C_PAPER dependencies on PAY_CORE_UTILS

Line 212: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');

208: CLOSE get_w2c_paper_assignments;
209: /* message to user -- unable to find W-2c Paper report
210: to exclude from future tapes */
211: lv_message_text := 'No W-2c paper printed to mark and exclude from Tape';
212: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
213: pay_core_utils.push_token('record_name',lv_message_preprocess);
214: pay_core_utils.push_token('description',lv_message_text);
215: lb_return_value := FALSE;
216: raise hr_utility.hr_error;

Line 213: pay_core_utils.push_token('record_name',lv_message_preprocess);

209: /* message to user -- unable to find W-2c Paper report
210: to exclude from future tapes */
211: lv_message_text := 'No W-2c paper printed to mark and exclude from Tape';
212: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
213: pay_core_utils.push_token('record_name',lv_message_preprocess);
214: pay_core_utils.push_token('description',lv_message_text);
215: lb_return_value := FALSE;
216: raise hr_utility.hr_error;
217: hr_utility.set_location(gv_package || '.preprocess_check', 30);

Line 214: pay_core_utils.push_token('description',lv_message_text);

210: to exclude from future tapes */
211: lv_message_text := 'No W-2c paper printed to mark and exclude from Tape';
212: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
213: pay_core_utils.push_token('record_name',lv_message_preprocess);
214: pay_core_utils.push_token('description',lv_message_text);
215: lb_return_value := FALSE;
216: raise hr_utility.hr_error;
217: hr_utility.set_location(gv_package || '.preprocess_check', 30);
218: else