DBA Data[Home] [Help]

APPS.PAY_US_MARK_W2C_PAPER dependencies on PAY_CORE_UTILS

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

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

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

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

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

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