DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_CANCEL_PKG dependencies on PAY_CORE_UTILS

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

850:
851: lv_record_name := 'RL2 Cancel PDF Report';
852: lv_message := 'Either RL2 PDF or RL2 Amendment PDF were not run for the employee';
853:
854: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
855: pay_core_utils.push_token('record_name',lv_record_name);
856: pay_core_utils.push_token('name_or_number',lv_full_name);
857: pay_core_utils.push_token('description',lv_message);
858:

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

851: lv_record_name := 'RL2 Cancel PDF Report';
852: lv_message := 'Either RL2 PDF or RL2 Amendment PDF were not run for the employee';
853:
854: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
855: pay_core_utils.push_token('record_name',lv_record_name);
856: pay_core_utils.push_token('name_or_number',lv_full_name);
857: pay_core_utils.push_token('description',lv_message);
858:
859: end if;

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

852: lv_message := 'Either RL2 PDF or RL2 Amendment PDF were not run for the employee';
853:
854: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
855: pay_core_utils.push_token('record_name',lv_record_name);
856: pay_core_utils.push_token('name_or_number',lv_full_name);
857: pay_core_utils.push_token('description',lv_message);
858:
859: end if;
860:

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

853:
854: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
855: pay_core_utils.push_token('record_name',lv_record_name);
856: pay_core_utils.push_token('name_or_number',lv_full_name);
857: pay_core_utils.push_token('description',lv_message);
858:
859: end if;
860:
861: exit;

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

886: hr_utility.trace('ln_rep_act_to_lock :'||ln_rep_act_to_lock);
887: lv_record_name := 'rl2 cancel PDF Report';
888: lv_message := 'Archiver run with assignment action id '||ln_arch_act_to_lock||' is rolled back';
889:
890: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
891: pay_core_utils.push_token('record_name',lv_record_name);
892: pay_core_utils.push_token('name_or_number',lv_full_name);
893: pay_core_utils.push_token('description',lv_message);
894:

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

887: lv_record_name := 'rl2 cancel PDF Report';
888: lv_message := 'Archiver run with assignment action id '||ln_arch_act_to_lock||' is rolled back';
889:
890: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
891: pay_core_utils.push_token('record_name',lv_record_name);
892: pay_core_utils.push_token('name_or_number',lv_full_name);
893: pay_core_utils.push_token('description',lv_message);
894:
895: end if;

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

888: lv_message := 'Archiver run with assignment action id '||ln_arch_act_to_lock||' is rolled back';
889:
890: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
891: pay_core_utils.push_token('record_name',lv_record_name);
892: pay_core_utils.push_token('name_or_number',lv_full_name);
893: pay_core_utils.push_token('description',lv_message);
894:
895: end if;
896: close check_arch_action_exists;

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

889:
890: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
891: pay_core_utils.push_token('record_name',lv_record_name);
892: pay_core_utils.push_token('name_or_number',lv_full_name);
893: pay_core_utils.push_token('description',lv_message);
894:
895: end if;
896: close check_arch_action_exists;
897:

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

911:
912: lv_record_name := 'RL2 Cancel PDF Report';
913: lv_message := 'This employee has negative balance';
914:
915: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
916: pay_core_utils.push_token('record_name',lv_record_name);
917: pay_core_utils.push_token('name_or_number',lv_full_name);
918: pay_core_utils.push_token('description',lv_message);
919: end if;--end of negative employee

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

912: lv_record_name := 'RL2 Cancel PDF Report';
913: lv_message := 'This employee has negative balance';
914:
915: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
916: pay_core_utils.push_token('record_name',lv_record_name);
917: pay_core_utils.push_token('name_or_number',lv_full_name);
918: pay_core_utils.push_token('description',lv_message);
919: end if;--end of negative employee
920:

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

913: lv_message := 'This employee has negative balance';
914:
915: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
916: pay_core_utils.push_token('record_name',lv_record_name);
917: pay_core_utils.push_token('name_or_number',lv_full_name);
918: pay_core_utils.push_token('description',lv_message);
919: end if;--end of negative employee
920:
921: if ln_pre_parameter is NULL then

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

914:
915: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
916: pay_core_utils.push_token('record_name',lv_record_name);
917: pay_core_utils.push_token('name_or_number',lv_full_name);
918: pay_core_utils.push_token('description',lv_message);
919: end if;--end of negative employee
920:
921: if ln_pre_parameter is NULL then
922: ln_tax_unit_id := ln_pre_id_null;

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

1051:
1052: lv_record_name := 'rl2 cancel PDF Report';
1053: lv_message := 'As rl2 Cancel PDF was not run in Unprint Mode, Reprint mode will not be applicable';
1054:
1055: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1056: pay_core_utils.push_token('record_name',lv_record_name);
1057: pay_core_utils.push_token('name_or_number',lv_full_name);
1058: pay_core_utils.push_token('description',lv_message);
1059:

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

1052: lv_record_name := 'rl2 cancel PDF Report';
1053: lv_message := 'As rl2 Cancel PDF was not run in Unprint Mode, Reprint mode will not be applicable';
1054:
1055: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1056: pay_core_utils.push_token('record_name',lv_record_name);
1057: pay_core_utils.push_token('name_or_number',lv_full_name);
1058: pay_core_utils.push_token('description',lv_message);
1059:
1060: end if;

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

1053: lv_message := 'As rl2 Cancel PDF was not run in Unprint Mode, Reprint mode will not be applicable';
1054:
1055: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','I');
1056: pay_core_utils.push_token('record_name',lv_record_name);
1057: pay_core_utils.push_token('name_or_number',lv_full_name);
1058: pay_core_utils.push_token('description',lv_message);
1059:
1060: end if;
1061:

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

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