DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUSINESS_RULES2 dependencies on HR_CHKFMT

Line 68: l_amount := hr_chkfmt.changeformat(

64: open csr_tot;
65: fetch csr_tot into l_tot;
66: close csr_tot;
67: if p_currency_code is not null then
68: l_amount := hr_chkfmt.changeformat(
69: l_tot,
70: 'M',
71: p_currency_code);
72: else