DBA Data[Home] [Help]

APPS.PAY_GB_WNU_EDI dependencies on PAY_CORE_UTILS

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

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

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

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

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

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

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

542: fetch csr_sender_id into l_sender_id, l_tax_ref;
543: close csr_sender_id;
544:
545: if l_sender_id is null then
546: pay_core_utils.push_message(800, 'HR_78087_EDI_SENDER_ID_MISSING', 'F');
547: pay_core_utils.push_token('TAX_REF', l_tax_ref);
548: raise l_err;
549: else
550: if (not validate_data(l_sender_id,'Sender ID','FULL_EDI')) then

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

543: close csr_sender_id;
544:
545: if l_sender_id is null then
546: pay_core_utils.push_message(800, 'HR_78087_EDI_SENDER_ID_MISSING', 'F');
547: pay_core_utils.push_token('TAX_REF', l_tax_ref);
548: raise l_err;
549: else
550: if (not validate_data(l_sender_id,'Sender ID','FULL_EDI')) then
551: raise l_err;