DBA Data[Home] [Help]

APPS.AST_OFL_PIPELINE_BUCKETS_PARAM dependencies on AS_FORECAST_PROB

Line 106: from as_forecast_prob

102: probability_counter NUMBER := 1;
103: CURSOR prob_cursor
104: IS
105: select probability_value win_probability
106: from as_forecast_prob
107: where UPPER(enabled_flag) = 'Y'
108: and trunc(SYSDATE) between nvl(start_date_active, trunc(SYSDATE))
109: and nvl(end_date_active, trunc(SYSDATE))
110: order by 1;