DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_AMEND_REG dependencies on PAY_CORE_UTILS

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

476: lv_record_name := 'RL2 Amend Register Report';
477: end if;
478: lv_message := 'RL2 Amend Preprocess was not run for this employee';
479:
480: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
481: pay_core_utils.push_token('record_name',lv_record_name);
482: pay_core_utils.push_token('name_or_number',lv_full_name);
483: pay_core_utils.push_token('description',lv_message);
484:

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

477: end if;
478: lv_message := 'RL2 Amend Preprocess was not run for this employee';
479:
480: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
481: pay_core_utils.push_token('record_name',lv_record_name);
482: pay_core_utils.push_token('name_or_number',lv_full_name);
483: pay_core_utils.push_token('description',lv_message);
484:
485: end if;

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

478: lv_message := 'RL2 Amend Preprocess was not run for this employee';
479:
480: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
481: pay_core_utils.push_token('record_name',lv_record_name);
482: pay_core_utils.push_token('name_or_number',lv_full_name);
483: pay_core_utils.push_token('description',lv_message);
484:
485: end if;
486: exit;

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

479:
480: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
481: pay_core_utils.push_token('record_name',lv_record_name);
482: pay_core_utils.push_token('name_or_number',lv_full_name);
483: pay_core_utils.push_token('description',lv_message);
484:
485: end if;
486: exit;
487: