DBA Data[Home] [Help]

APPS.PER_SG_ORG_INFO_LEG_HOOK dependencies on PAY_SG_CPFLINE

Line 164: l_return := pay_sg_cpfline.check_cpf_number(p_org_information10

160: IF g_debug THEN
161: hr_utility.trace('Checking correct CSN format of Legal Entity');
162: END IF;
163:
164: l_return := pay_sg_cpfline.check_cpf_number(p_org_information10
165: ,p_org_information3
166: ,p_org_information15);
167: IF l_return = 'N' THEN
168:

Line 236: l_return := pay_sg_cpfline.check_cpf_number(p_org_information1

232: OPEN csr_get_payer_id_category;
233: FETCH csr_get_payer_id_category INTO l_cpf_category,l_payer_id;
234: CLOSE csr_get_payer_id_category;
235:
236: l_return := pay_sg_cpfline.check_cpf_number(p_org_information1
237: ,l_cpf_category
238: ,l_payer_id);
239: IF l_return = 'N' THEN
240: