DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4A_AMEND_REG dependencies on PAY_CORE_UTILS

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

892:
893: lv_record_name := 'T4A Amendment PDF Report';
894: lv_message := 'T4A Amend Preprocess was not run for this employee';
895:
896: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
897: pay_core_utils.push_token('record_name',lv_record_name);
898: pay_core_utils.push_token('name_or_number',lv_full_name);
899: pay_core_utils.push_token('description',lv_message);
900: end if;

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

893: lv_record_name := 'T4A Amendment PDF Report';
894: lv_message := 'T4A Amend Preprocess was not run for this employee';
895:
896: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
897: pay_core_utils.push_token('record_name',lv_record_name);
898: pay_core_utils.push_token('name_or_number',lv_full_name);
899: pay_core_utils.push_token('description',lv_message);
900: end if;
901:

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

894: lv_message := 'T4A Amend Preprocess was not run for this employee';
895:
896: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
897: pay_core_utils.push_token('record_name',lv_record_name);
898: pay_core_utils.push_token('name_or_number',lv_full_name);
899: pay_core_utils.push_token('description',lv_message);
900: end if;
901:
902: exit;

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

895:
896: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
897: pay_core_utils.push_token('record_name',lv_record_name);
898: pay_core_utils.push_token('name_or_number',lv_full_name);
899: pay_core_utils.push_token('description',lv_message);
900: end if;
901:
902: exit;
903: end if;

Line 1053: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');

1049:
1050: lv_record_name := 'T4A Amendment PDF Report';
1051: lv_message := 'Reprint mode will be applicable only when Report was run in Unprint atleast once for the year';
1052:
1053: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1054: pay_core_utils.push_token('record_name',lv_record_name);
1055: pay_core_utils.push_token('name_or_number',lv_full_name);
1056: pay_core_utils.push_token('description',lv_message);
1057: end if;

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

1050: lv_record_name := 'T4A Amendment PDF Report';
1051: lv_message := 'Reprint mode will be applicable only when Report was run in Unprint atleast once for the year';
1052:
1053: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1054: pay_core_utils.push_token('record_name',lv_record_name);
1055: pay_core_utils.push_token('name_or_number',lv_full_name);
1056: pay_core_utils.push_token('description',lv_message);
1057: end if;
1058:

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

1051: lv_message := 'Reprint mode will be applicable only when Report was run in Unprint atleast once for the year';
1052:
1053: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1054: pay_core_utils.push_token('record_name',lv_record_name);
1055: pay_core_utils.push_token('name_or_number',lv_full_name);
1056: pay_core_utils.push_token('description',lv_message);
1057: end if;
1058:
1059: exit;

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

1052:
1053: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1054: pay_core_utils.push_token('record_name',lv_record_name);
1055: pay_core_utils.push_token('name_or_number',lv_full_name);
1056: pay_core_utils.push_token('description',lv_message);
1057: end if;
1058:
1059: exit;
1060: end if;

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

1191: lv_record_name := 'T4A Amend Register Report';
1192: end if;
1193: lv_message := 'T4A Amend Preprocess was not run for this employee';
1194:
1195: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1196: pay_core_utils.push_token('record_name',lv_record_name);
1197: pay_core_utils.push_token('name_or_number',lv_full_name);
1198: pay_core_utils.push_token('description',lv_message);
1199: end if;

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

1192: end if;
1193: lv_message := 'T4A Amend Preprocess was not run for this employee';
1194:
1195: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1196: pay_core_utils.push_token('record_name',lv_record_name);
1197: pay_core_utils.push_token('name_or_number',lv_full_name);
1198: pay_core_utils.push_token('description',lv_message);
1199: end if;
1200:

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

1193: lv_message := 'T4A Amend Preprocess was not run for this employee';
1194:
1195: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1196: pay_core_utils.push_token('record_name',lv_record_name);
1197: pay_core_utils.push_token('name_or_number',lv_full_name);
1198: pay_core_utils.push_token('description',lv_message);
1199: end if;
1200:
1201: exit;

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

1194:
1195: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1196: pay_core_utils.push_token('record_name',lv_record_name);
1197: pay_core_utils.push_token('name_or_number',lv_full_name);
1198: pay_core_utils.push_token('description',lv_message);
1199: end if;
1200:
1201: exit;
1202: end if;