DBA Data[Home] [Help]

APPS.PAY_IE_PAYE_PKG dependencies on FND_FILE

Line 2233: --FND_FILE.PUT_LINE(FND_FILE.LOG, 'p_tax_unit_id ' || p_tax_unit_id); --12779712

2229: and org_information_context = 'IE_EMPLOYER_INFO';
2230:
2231: BEGIN
2232:
2233: --FND_FILE.PUT_LINE(FND_FILE.LOG, 'p_tax_unit_id ' || p_tax_unit_id); --12779712
2234: OPEN csr_get_employer_info(p_tax_unit_id);
2235: FETCH csr_get_employer_info INTO p_tax_dist_ref, p_employer_paye_ref, p_employer_trading_name, p_emp_tax_ref_contact, p_health_levy_refund;
2236: CLOSE csr_get_employer_info;
2237: RETURN 1;

Line 2272: FND_FILE.PUT_LINE(FND_FILE.LOG, 'p_last_period_num ' || p_last_period_num);

2268: p_last_period_num := p_last_period_num * 2;
2269: end if;
2270:
2271: hr_utility.set_location('Leaving:'||l_proc, 50);
2272: FND_FILE.PUT_LINE(FND_FILE.LOG, 'p_last_period_num ' || p_last_period_num);
2273: RETURN 1;
2274:
2275: exception when others then
2276: RETURN 0;