DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_QUERY dependencies on PER_PAY_PROPOSALS_POPULATE

Line 1975: per_pay_proposals_populate.get_currency_format(out_rec.currency_code,out_rec.salary_format);

1971: ,out_rec.currency_code
1972: ,l_uom;
1973: close salary_basis;
1974: if l_uom='M' then
1975: per_pay_proposals_populate.get_currency_format(out_rec.currency_code,out_rec.salary_format);
1976: else
1977: per_pay_proposals_populate.get_number_format(out_rec.salary_format);
1978: end if;
1979: end if;

Line 1977: per_pay_proposals_populate.get_number_format(out_rec.salary_format);

1973: close salary_basis;
1974: if l_uom='M' then
1975: per_pay_proposals_populate.get_currency_format(out_rec.currency_code,out_rec.salary_format);
1976: else
1977: per_pay_proposals_populate.get_number_format(out_rec.salary_format);
1978: end if;
1979: end if;
1980: out_rec.pay_basis_id :=asg_rec.pay_basis_id;
1981: out_rec.pay_basis_meaning :=hr_reports.get_lookup_meaning('PAY_BASIS',out_rec.pay_basis);