DBA Data[Home] [Help]

APPS.CE_CASH_FCST dependencies on FND_NUMBER

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

1799: CEP_STANDARD.init_security; --for bug 5702438
1800:
1801: -- Now the process is officially 'Running' and not 'Pending'
1802: --bug 4345353 convert amount threshold from canonical to number
1803: p_amount_threshold := fnd_number.canonical_to_number(p_amount_threshold_x);
1804: UPDATE ce_forecasts
1805: SET error_status = 'R'
1806: WHERE forecast_id = p_forecast_id
1807: AND error_status = 'P';

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

1974: -- populate ce_security_profiles_gt table with ce_security_profiles_v
1975: CEP_STANDARD.init_security;
1976:
1977: -- bug 4345353 convert amount threshold from canonical to number
1978: p_amount_threshold := fnd_number.canonical_to_number(p_amount_threshold_x);
1979:
1980: -- Now the process is officially 'Running' and not 'Pending'
1981: UPDATE ce_forecasts
1982: SET error_status = 'R'