DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_QUERY dependencies on PER_PAY_PROPOSALS_POPULATE

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

2005: ,out_rec.currency_code
2006: ,l_uom;
2007: close salary_basis;
2008: if l_uom='M' then
2009: per_pay_proposals_populate.get_currency_format(out_rec.currency_code,out_rec.salary_format);
2010: else
2011: per_pay_proposals_populate.get_number_format(out_rec.salary_format);
2012: end if;
2013: end if;

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

2007: close salary_basis;
2008: if l_uom='M' then
2009: per_pay_proposals_populate.get_currency_format(out_rec.currency_code,out_rec.salary_format);
2010: else
2011: per_pay_proposals_populate.get_number_format(out_rec.salary_format);
2012: end if;
2013: end if;
2014: out_rec.pay_basis_id :=asg_rec.pay_basis_id;
2015: out_rec.pay_basis_meaning :=hr_reports.get_lookup_meaning('PAY_BASIS',out_rec.pay_basis);