DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4A_AMEND_REG dependencies on PAY_CORE_UTILS

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

486: lv_record_name := 'T4A Amend Register Report';
487: end if;
488: lv_message := 'T4A Amend Preprocess was not run for this employee';
489:
490: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
491: pay_core_utils.push_token('record_name',lv_record_name);
492: pay_core_utils.push_token('name_or_number',lv_full_name);
493: pay_core_utils.push_token('description',lv_message);
494: end if;

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

487: end if;
488: lv_message := 'T4A Amend Preprocess was not run for this employee';
489:
490: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
491: pay_core_utils.push_token('record_name',lv_record_name);
492: pay_core_utils.push_token('name_or_number',lv_full_name);
493: pay_core_utils.push_token('description',lv_message);
494: end if;
495:

Line 492: pay_core_utils.push_token('name_or_number',lv_full_name);

488: lv_message := 'T4A Amend Preprocess was not run for this employee';
489:
490: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
491: pay_core_utils.push_token('record_name',lv_record_name);
492: pay_core_utils.push_token('name_or_number',lv_full_name);
493: pay_core_utils.push_token('description',lv_message);
494: end if;
495:
496: exit;

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

489:
490: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
491: pay_core_utils.push_token('record_name',lv_record_name);
492: pay_core_utils.push_token('name_or_number',lv_full_name);
493: pay_core_utils.push_token('description',lv_message);
494: end if;
495:
496: exit;
497: end if;