DBA Data[Home] [Help]

APPS.PAY_GB_WNU_EDI dependencies on PAY_CORE_UTILS

Line 222: pay_core_utils.push_message(800, 'HR_78057_GB_MAGTAPE_VAILDATION', 'F');

218: BEGIN
219: hr_utility.set_location('Entering: '||l_proc,1);
220: if pay_gb_eoy_magtape.validate_input(UPPER(p_value),p_mode) > 0 then
221: hr_utility.set_location('Name/Value : ' || p_name || '/' || p_value ,10);
222: pay_core_utils.push_message(800, 'HR_78057_GB_MAGTAPE_VAILDATION', 'F');
223: pay_core_utils.push_token('INPUT_NAME', p_name);
224: pay_core_utils.push_token('INPUT_VALUE', p_value);
225: return false;
226: end if;

Line 223: pay_core_utils.push_token('INPUT_NAME', p_name);

219: hr_utility.set_location('Entering: '||l_proc,1);
220: if pay_gb_eoy_magtape.validate_input(UPPER(p_value),p_mode) > 0 then
221: hr_utility.set_location('Name/Value : ' || p_name || '/' || p_value ,10);
222: pay_core_utils.push_message(800, 'HR_78057_GB_MAGTAPE_VAILDATION', 'F');
223: pay_core_utils.push_token('INPUT_NAME', p_name);
224: pay_core_utils.push_token('INPUT_VALUE', p_value);
225: return false;
226: end if;
227: hr_utility.set_location('Leaving: '||l_proc,999);

Line 224: pay_core_utils.push_token('INPUT_VALUE', p_value);

220: if pay_gb_eoy_magtape.validate_input(UPPER(p_value),p_mode) > 0 then
221: hr_utility.set_location('Name/Value : ' || p_name || '/' || p_value ,10);
222: pay_core_utils.push_message(800, 'HR_78057_GB_MAGTAPE_VAILDATION', 'F');
223: pay_core_utils.push_token('INPUT_NAME', p_name);
224: pay_core_utils.push_token('INPUT_VALUE', p_value);
225: return false;
226: end if;
227: hr_utility.set_location('Leaving: '||l_proc,999);
228: return true;

Line 551: pay_core_utils.push_message(800, 'HR_78087_EDI_SENDER_ID_MISSING', 'F');

547: fetch csr_sender_id into l_sender_id, l_tax_ref;
548: close csr_sender_id;
549:
550: if l_sender_id is null then
551: pay_core_utils.push_message(800, 'HR_78087_EDI_SENDER_ID_MISSING', 'F');
552: pay_core_utils.push_token('TAX_REF', l_tax_ref);
553: raise l_err;
554: else
555: if (not validate_data(l_sender_id,'Sender ID','FULL_EDI')) then

Line 552: pay_core_utils.push_token('TAX_REF', l_tax_ref);

548: close csr_sender_id;
549:
550: if l_sender_id is null then
551: pay_core_utils.push_message(800, 'HR_78087_EDI_SENDER_ID_MISSING', 'F');
552: pay_core_utils.push_token('TAX_REF', l_tax_ref);
553: raise l_err;
554: else
555: if (not validate_data(l_sender_id,'Sender ID','FULL_EDI')) then
556: raise l_err;