DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_CANCELLED_PKG dependencies on PAY_CORE_UTILS

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

864:
865: lv_record_name := 'RL1 Cancelled PDF Report';
866: lv_message := 'Either RL1 PDF or RL1 Amendment PDF were not run for the employee';
867:
868: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
869: pay_core_utils.push_token('record_name',lv_record_name);
870: pay_core_utils.push_token('name_or_number',lv_full_name);
871: pay_core_utils.push_token('description',lv_message);
872:

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

865: lv_record_name := 'RL1 Cancelled PDF Report';
866: lv_message := 'Either RL1 PDF or RL1 Amendment PDF were not run for the employee';
867:
868: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
869: pay_core_utils.push_token('record_name',lv_record_name);
870: pay_core_utils.push_token('name_or_number',lv_full_name);
871: pay_core_utils.push_token('description',lv_message);
872:
873: end if;

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

866: lv_message := 'Either RL1 PDF or RL1 Amendment PDF were not run for the employee';
867:
868: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
869: pay_core_utils.push_token('record_name',lv_record_name);
870: pay_core_utils.push_token('name_or_number',lv_full_name);
871: pay_core_utils.push_token('description',lv_message);
872:
873: end if;
874:

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

867:
868: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
869: pay_core_utils.push_token('record_name',lv_record_name);
870: pay_core_utils.push_token('name_or_number',lv_full_name);
871: pay_core_utils.push_token('description',lv_message);
872:
873: end if;
874:
875: exit;

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

900: hr_utility.trace('ln_rep_act_to_lock :'||ln_rep_act_to_lock);
901: lv_record_name := 'RL1 Cancelled PDF Report';
902: lv_message := 'Archiver run with assignment action id '||ln_arch_act_to_lock||' is rolled back';
903:
904: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
905: pay_core_utils.push_token('record_name',lv_record_name);
906: pay_core_utils.push_token('name_or_number',lv_full_name);
907: pay_core_utils.push_token('description',lv_message);
908:

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

901: lv_record_name := 'RL1 Cancelled PDF Report';
902: lv_message := 'Archiver run with assignment action id '||ln_arch_act_to_lock||' is rolled back';
903:
904: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
905: pay_core_utils.push_token('record_name',lv_record_name);
906: pay_core_utils.push_token('name_or_number',lv_full_name);
907: pay_core_utils.push_token('description',lv_message);
908:
909: end if;

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

902: lv_message := 'Archiver run with assignment action id '||ln_arch_act_to_lock||' is rolled back';
903:
904: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
905: pay_core_utils.push_token('record_name',lv_record_name);
906: pay_core_utils.push_token('name_or_number',lv_full_name);
907: pay_core_utils.push_token('description',lv_message);
908:
909: end if;
910: close check_arch_action_exists;

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

903:
904: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
905: pay_core_utils.push_token('record_name',lv_record_name);
906: pay_core_utils.push_token('name_or_number',lv_full_name);
907: pay_core_utils.push_token('description',lv_message);
908:
909: end if;
910: close check_arch_action_exists;
911:

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

925:
926: lv_record_name := 'RL1 Cancelled PDF Report';
927: lv_message := 'This employee has negative balance';
928:
929: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
930: pay_core_utils.push_token('record_name',lv_record_name);
931: pay_core_utils.push_token('name_or_number',lv_full_name);
932: pay_core_utils.push_token('description',lv_message);
933: end if;--end of negative employee

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

926: lv_record_name := 'RL1 Cancelled PDF Report';
927: lv_message := 'This employee has negative balance';
928:
929: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
930: pay_core_utils.push_token('record_name',lv_record_name);
931: pay_core_utils.push_token('name_or_number',lv_full_name);
932: pay_core_utils.push_token('description',lv_message);
933: end if;--end of negative employee
934:

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

927: lv_message := 'This employee has negative balance';
928:
929: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
930: pay_core_utils.push_token('record_name',lv_record_name);
931: pay_core_utils.push_token('name_or_number',lv_full_name);
932: pay_core_utils.push_token('description',lv_message);
933: end if;--end of negative employee
934:
935: if ln_pre_parameter is NULL then

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

928:
929: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
930: pay_core_utils.push_token('record_name',lv_record_name);
931: pay_core_utils.push_token('name_or_number',lv_full_name);
932: pay_core_utils.push_token('description',lv_message);
933: end if;--end of negative employee
934:
935: if ln_pre_parameter is NULL then
936: ln_tax_unit_id := ln_pre_id_null;

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

1063:
1064: lv_record_name := 'RL1 Cancelled PDF Report';
1065: lv_message := 'As RL1 Cancel PDF was not run in Unprint Mode, Reprint mode will not be applicable';
1066:
1067: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1068: pay_core_utils.push_token('record_name',lv_record_name);
1069: pay_core_utils.push_token('name_or_number',lv_full_name);
1070: pay_core_utils.push_token('description',lv_message);
1071:

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

1064: lv_record_name := 'RL1 Cancelled PDF Report';
1065: lv_message := 'As RL1 Cancel PDF was not run in Unprint Mode, Reprint mode will not be applicable';
1066:
1067: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1068: pay_core_utils.push_token('record_name',lv_record_name);
1069: pay_core_utils.push_token('name_or_number',lv_full_name);
1070: pay_core_utils.push_token('description',lv_message);
1071:
1072: end if;

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

1065: lv_message := 'As RL1 Cancel PDF was not run in Unprint Mode, Reprint mode will not be applicable';
1066:
1067: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1068: pay_core_utils.push_token('record_name',lv_record_name);
1069: pay_core_utils.push_token('name_or_number',lv_full_name);
1070: pay_core_utils.push_token('description',lv_message);
1071:
1072: end if;
1073:

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

1066:
1067: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1068: pay_core_utils.push_token('record_name',lv_record_name);
1069: pay_core_utils.push_token('name_or_number',lv_full_name);
1070: pay_core_utils.push_token('description',lv_message);
1071:
1072: end if;
1073:
1074: exit;