DBA Data[Home] [Help]

APPS.PAY_US_W2C_REPORTING_UTILS dependencies on PAY_CORE_UTILS

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

304: hr_utility.set_location(gv_package || '.preprocess_check', 20);
305: /* message to user -- unable to find any W-2c Paper report for
306: genrating W-2c Mag */
307: lv_message_text := 'No W-2c paper printed for processing W-2c Mag Tape';
308: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
309: pay_core_utils.push_token('record_name',lv_message_preprocess);
310: pay_core_utils.push_token('description',lv_message_text);
311: lb_return_value := FALSE;
312: CLOSE c_w2c_paper_exist;

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

305: /* message to user -- unable to find any W-2c Paper report for
306: genrating W-2c Mag */
307: lv_message_text := 'No W-2c paper printed for processing W-2c Mag Tape';
308: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
309: pay_core_utils.push_token('record_name',lv_message_preprocess);
310: pay_core_utils.push_token('description',lv_message_text);
311: lb_return_value := FALSE;
312: CLOSE c_w2c_paper_exist;
313: hr_utility.set_location(gv_package || '.preprocess_check', 30);

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

306: genrating W-2c Mag */
307: lv_message_text := 'No W-2c paper printed for processing W-2c Mag Tape';
308: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
309: pay_core_utils.push_token('record_name',lv_message_preprocess);
310: pay_core_utils.push_token('description',lv_message_text);
311: lb_return_value := FALSE;
312: CLOSE c_w2c_paper_exist;
313: hr_utility.set_location(gv_package || '.preprocess_check', 30);
314: else

Line 1061: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','P');

1057: lv_record_name := 'Action_Creation';
1058: lv_message := 'Future Correction reported for this employee';
1059: lv_name := lv_full_name || ', SSN '||lv_national_identifier;
1060: /* push message into pay_message_lines */
1061: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','P');
1062: pay_core_utils.push_token('record_name', lv_record_name);
1063: pay_core_utils.push_token('name_or_number',lv_name);
1064: pay_core_utils.push_token('description', lv_message);
1065: end if;

Line 1062: pay_core_utils.push_token('record_name', lv_record_name);

1058: lv_message := 'Future Correction reported for this employee';
1059: lv_name := lv_full_name || ', SSN '||lv_national_identifier;
1060: /* push message into pay_message_lines */
1061: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','P');
1062: pay_core_utils.push_token('record_name', lv_record_name);
1063: pay_core_utils.push_token('name_or_number',lv_name);
1064: pay_core_utils.push_token('description', lv_message);
1065: end if;
1066: hr_utility.set_location(gv_package || '.w2c_mag_action_creation', 27);

Line 1063: pay_core_utils.push_token('name_or_number',lv_name);

1059: lv_name := lv_full_name || ', SSN '||lv_national_identifier;
1060: /* push message into pay_message_lines */
1061: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','P');
1062: pay_core_utils.push_token('record_name', lv_record_name);
1063: pay_core_utils.push_token('name_or_number',lv_name);
1064: pay_core_utils.push_token('description', lv_message);
1065: end if;
1066: hr_utility.set_location(gv_package || '.w2c_mag_action_creation', 27);
1067: --}

Line 1064: pay_core_utils.push_token('description', lv_message);

1060: /* push message into pay_message_lines */
1061: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','P');
1062: pay_core_utils.push_token('record_name', lv_record_name);
1063: pay_core_utils.push_token('name_or_number',lv_name);
1064: pay_core_utils.push_token('description', lv_message);
1065: end if;
1066: hr_utility.set_location(gv_package || '.w2c_mag_action_creation', 27);
1067: --}
1068: end loop;