DBA Data[Home] [Help]

APPS.PAY_CA_RL1_AMEND_MAG dependencies on PAY_CORE_UTILS

Line 210: pay_core_utils.push_message(800,'PAY_CA_RL1_INVALID_TRANSMITTER','P');

206: EXCEPTION
207: WHEN INVALID_NUMBER THEN
208: hr_utility.set_message(800,'PAY_CA_RL1_INVALID_TRANSMITTER');
209: hr_utility.set_message_token('PRE_NAME',l_transmitter_name);
210: pay_core_utils.push_message(800,'PAY_CA_RL1_INVALID_TRANSMITTER','P');
211: pay_core_utils.push_token('PRE_NAME',l_transmitter_name);
212: hr_utility.raise_error;
213: END;
214:

Line 211: pay_core_utils.push_token('PRE_NAME',l_transmitter_name);

207: WHEN INVALID_NUMBER THEN
208: hr_utility.set_message(800,'PAY_CA_RL1_INVALID_TRANSMITTER');
209: hr_utility.set_message_token('PRE_NAME',l_transmitter_name);
210: pay_core_utils.push_message(800,'PAY_CA_RL1_INVALID_TRANSMITTER','P');
211: pay_core_utils.push_token('PRE_NAME',l_transmitter_name);
212: hr_utility.raise_error;
213: END;
214:
215: l_type_of_package := get_arch_val(l_arch_pactid,'CAEOY_RL1_TRANSMITTER_PACKAGE_TYPE');

Line 220: pay_core_utils.push_message(800,'PAY_CA_RL1_MISSING_TYPE_OF_PKG','P');

216:
217: hr_utility.trace('l_type_of_package = ' || l_type_of_package);
218:
219: IF l_type_of_package IS NULL THEN
220: pay_core_utils.push_message(800,'PAY_CA_RL1_MISSING_TYPE_OF_PKG','P');
221: hr_utility.raise_error;
222: END IF;
223:
224: l_source_of_slips := get_arch_val(l_arch_pactid,'CAEOY_RL1_SOURCE_OF_SLIPS');

Line 228: pay_core_utils.push_message(800,'PAY_CA_RL1_MISSING_RLSLIP_SRC','P');

224: l_source_of_slips := get_arch_val(l_arch_pactid,'CAEOY_RL1_SOURCE_OF_SLIPS');
225: hr_utility.trace('l_source_of_slips = ' || l_source_of_slips);
226:
227: IF l_source_of_slips IS NULL THEN
228: pay_core_utils.push_message(800,'PAY_CA_RL1_MISSING_RLSLIP_SRC','P');
229: hr_utility.raise_error;
230: END IF;
231:
232: l_address_line1 := get_arch_val(l_arch_pactid,'CAEOY_RL1_TRANSMITTER_ADDRESS_LINE1');

Line 236: pay_core_utils.push_message(800,'PAY_CA_RL1_MISSING_TRNMTR_ADDR','P');

232: l_address_line1 := get_arch_val(l_arch_pactid,'CAEOY_RL1_TRANSMITTER_ADDRESS_LINE1');
233: hr_utility.trace('l_address_line1 = ' || l_address_line1);
234:
235: IF l_address_line1 IS NULL THEN
236: pay_core_utils.push_message(800,'PAY_CA_RL1_MISSING_TRNMTR_ADDR','P');
237: hr_utility.raise_error;
238: END IF;
239:
240: END;

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

751: lv_record_name := 'RL1 Amendment Magnetic Media';
752:
753: lv_message := 'Latest amendment details not available for this employee';
754:
755: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
756: pay_core_utils.push_token('record_name',lv_record_name);
757: pay_core_utils.push_token('name_or_number',lv_full_name);
758: pay_core_utils.push_token('description',lv_message);
759:

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

752:
753: lv_message := 'Latest amendment details not available for this employee';
754:
755: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
756: pay_core_utils.push_token('record_name',lv_record_name);
757: pay_core_utils.push_token('name_or_number',lv_full_name);
758: pay_core_utils.push_token('description',lv_message);
759:
760: end if;

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

753: lv_message := 'Latest amendment details not available for this employee';
754:
755: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
756: pay_core_utils.push_token('record_name',lv_record_name);
757: pay_core_utils.push_token('name_or_number',lv_full_name);
758: pay_core_utils.push_token('description',lv_message);
759:
760: end if;
761: exit;

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

754:
755: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
756: pay_core_utils.push_token('record_name',lv_record_name);
757: pay_core_utils.push_token('name_or_number',lv_full_name);
758: pay_core_utils.push_token('description',lv_message);
759:
760: end if;
761: exit;
762: