DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_CANCEL_PKG dependencies on PAY_CORE_UTILS

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

895:
896: lv_record_name := 'T4 Cancel PDF Report';
897: lv_message := 'Either T4 PDF or T4 Amendment PDF were not run for the employee';
898:
899: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
900: pay_core_utils.push_token('record_name',lv_record_name);
901: pay_core_utils.push_token('name_or_number',lv_full_name);
902: pay_core_utils.push_token('description',lv_message);
903:

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

896: lv_record_name := 'T4 Cancel PDF Report';
897: lv_message := 'Either T4 PDF or T4 Amendment PDF were not run for the employee';
898:
899: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
900: pay_core_utils.push_token('record_name',lv_record_name);
901: pay_core_utils.push_token('name_or_number',lv_full_name);
902: pay_core_utils.push_token('description',lv_message);
903:
904: end if;

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

897: lv_message := 'Either T4 PDF or T4 Amendment PDF were not run for the employee';
898:
899: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
900: pay_core_utils.push_token('record_name',lv_record_name);
901: pay_core_utils.push_token('name_or_number',lv_full_name);
902: pay_core_utils.push_token('description',lv_message);
903:
904: end if;
905:

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

898:
899: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
900: pay_core_utils.push_token('record_name',lv_record_name);
901: pay_core_utils.push_token('name_or_number',lv_full_name);
902: pay_core_utils.push_token('description',lv_message);
903:
904: end if;
905:
906: exit;

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

936:
937: lv_record_name := 'T4 Cancel PDF Report';
938: lv_message := 'Archiver run with assignment action id '||ln_arch_act_to_lock||' is rolled back';
939:
940: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
941: pay_core_utils.push_token('record_name',lv_record_name);
942: pay_core_utils.push_token('name_or_number',lv_full_name);
943: pay_core_utils.push_token('description',lv_message);
944:

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

937: lv_record_name := 'T4 Cancel PDF Report';
938: lv_message := 'Archiver run with assignment action id '||ln_arch_act_to_lock||' is rolled back';
939:
940: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
941: pay_core_utils.push_token('record_name',lv_record_name);
942: pay_core_utils.push_token('name_or_number',lv_full_name);
943: pay_core_utils.push_token('description',lv_message);
944:
945: else

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

938: lv_message := 'Archiver run with assignment action id '||ln_arch_act_to_lock||' is rolled back';
939:
940: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
941: pay_core_utils.push_token('record_name',lv_record_name);
942: pay_core_utils.push_token('name_or_number',lv_full_name);
943: pay_core_utils.push_token('description',lv_message);
944:
945: else
946:

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

939:
940: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
941: pay_core_utils.push_token('record_name',lv_record_name);
942: pay_core_utils.push_token('name_or_number',lv_full_name);
943: pay_core_utils.push_token('description',lv_message);
944:
945: else
946:
947: if ln_gre_parameter is NULL then

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

1068:
1069: lv_record_name := 'T4 Cancel PDF Report';
1070: lv_message := 'As T4 Cancel PDF was not run in Unprint Mode, Reprint mode will not be applicable';
1071:
1072: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1073: pay_core_utils.push_token('record_name',lv_record_name);
1074: pay_core_utils.push_token('name_or_number',lv_full_name);
1075: pay_core_utils.push_token('description',lv_message);
1076:

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

1069: lv_record_name := 'T4 Cancel PDF Report';
1070: lv_message := 'As T4 Cancel PDF was not run in Unprint Mode, Reprint mode will not be applicable';
1071:
1072: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1073: pay_core_utils.push_token('record_name',lv_record_name);
1074: pay_core_utils.push_token('name_or_number',lv_full_name);
1075: pay_core_utils.push_token('description',lv_message);
1076:
1077: end if;

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

1070: lv_message := 'As T4 Cancel PDF was not run in Unprint Mode, Reprint mode will not be applicable';
1071:
1072: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1073: pay_core_utils.push_token('record_name',lv_record_name);
1074: pay_core_utils.push_token('name_or_number',lv_full_name);
1075: pay_core_utils.push_token('description',lv_message);
1076:
1077: end if;
1078:

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

1071:
1072: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1073: pay_core_utils.push_token('record_name',lv_record_name);
1074: pay_core_utils.push_token('name_or_number',lv_full_name);
1075: pay_core_utils.push_token('description',lv_message);
1076:
1077: end if;
1078:
1079: exit;