DBA Data[Home] [Help]

APPS.CE_CASH_FCST dependencies on FND_NUMBER

Line 1699: p_amount_threshold := fnd_number.canonical_to_number(p_amount_threshold_x);

1695: CEP_STANDARD.init_security; --for bug 5702438
1696:
1697: -- Now the process is officially 'Running' and not 'Pending'
1698: --bug 4345353 convert amount threshold from canonical to number
1699: p_amount_threshold := fnd_number.canonical_to_number(p_amount_threshold_x);
1700: UPDATE ce_forecasts
1701: SET error_status = 'R'
1702: WHERE forecast_id = p_forecast_id
1703: AND error_status = 'P';

Line 1857: p_amount_threshold := fnd_number.canonical_to_number(p_amount_threshold_x);

1853: CEP_STANDARD.init_security;
1854:
1855: -- Now the process is officially 'Running' and not 'Pending'
1856: -- --bug 4345353 convert amount threshold from canonical to number
1857: p_amount_threshold := fnd_number.canonical_to_number(p_amount_threshold_x);
1858:
1859: UPDATE ce_forecasts
1860: SET error_status = 'R'
1861: WHERE forecast_id = p_forecast_id