DBA Data[Home] [Help]

APPS.PER_PPB_BUS dependencies on PAY_RATES

Line 265: from pay_rates

261: l_api_updating boolean;
262: --
263: cursor csr_salary_basis is
264: select 'x'
265: from pay_rates
266: where rate_id = p_rate_id;
267: --
268: begin
269: hr_utility.set_location('Entering:'||l_proc, 1);