DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_AMEND_REG dependencies on PAY_CORE_UTILS

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

939:
940: lv_record_name := 'RL1 Amend Paper Report';
941: lv_message := 'RL1 Amend Preprocess was not run for this employee';
942:
943: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
944: pay_core_utils.push_token('record_name',lv_record_name);
945: pay_core_utils.push_token('name_or_number',lv_full_name);
946: pay_core_utils.push_token('description',lv_message);
947:

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

940: lv_record_name := 'RL1 Amend Paper Report';
941: lv_message := 'RL1 Amend Preprocess was not run for this employee';
942:
943: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
944: pay_core_utils.push_token('record_name',lv_record_name);
945: pay_core_utils.push_token('name_or_number',lv_full_name);
946: pay_core_utils.push_token('description',lv_message);
947:
948: end if;

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

941: lv_message := 'RL1 Amend Preprocess was not run for this employee';
942:
943: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
944: pay_core_utils.push_token('record_name',lv_record_name);
945: pay_core_utils.push_token('name_or_number',lv_full_name);
946: pay_core_utils.push_token('description',lv_message);
947:
948: end if;
949: exit;

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

942:
943: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
944: pay_core_utils.push_token('record_name',lv_record_name);
945: pay_core_utils.push_token('name_or_number',lv_full_name);
946: pay_core_utils.push_token('description',lv_message);
947:
948: end if;
949: exit;
950:

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

1124:
1125: lv_record_name := 'RL1 Amend Register Report';
1126: lv_message := 'RL1 Amend Preprocess was not run for this employee';
1127:
1128: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1129: pay_core_utils.push_token('record_name',lv_record_name);
1130: pay_core_utils.push_token('name_or_number',lv_full_name);
1131: pay_core_utils.push_token('description',lv_message);
1132:

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

1125: lv_record_name := 'RL1 Amend Register Report';
1126: lv_message := 'RL1 Amend Preprocess was not run for this employee';
1127:
1128: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1129: pay_core_utils.push_token('record_name',lv_record_name);
1130: pay_core_utils.push_token('name_or_number',lv_full_name);
1131: pay_core_utils.push_token('description',lv_message);
1132:
1133: end if;

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

1126: lv_message := 'RL1 Amend Preprocess was not run for this employee';
1127:
1128: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1129: pay_core_utils.push_token('record_name',lv_record_name);
1130: pay_core_utils.push_token('name_or_number',lv_full_name);
1131: pay_core_utils.push_token('description',lv_message);
1132:
1133: end if;
1134: exit;

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

1127:
1128: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1129: pay_core_utils.push_token('record_name',lv_record_name);
1130: pay_core_utils.push_token('name_or_number',lv_full_name);
1131: pay_core_utils.push_token('description',lv_message);
1132:
1133: end if;
1134: exit;
1135: