DBA Data[Home] [Help]

APPS.CE_CASH_FCST dependencies on CE_FORECAST_HEADERS

Line 11: FROM CE_FORECAST_HEADERS cfh

7: CURSOR f_header_cursor (p_forecast_header_id NUMBER) IS
8: SELECT cfh.name, cfh.aging_type,
9: cfh.overdue_transactions, cfh.transaction_calendar_id,
10: cfh.start_project_id, cfh.end_project_id
11: FROM CE_FORECAST_HEADERS cfh
12: WHERE cfh.forecast_header_id = p_forecast_header_id;
13:
14: --
15: -- Get row information

Line 1542: FROM ce_forecast_headers

1538: -- If column setup is automatic populate CE_FORECAST_COLUMNS
1539: -- before populating cells.
1540: SELECT nvl(column_setup,'M')
1541: INTO col_setup
1542: FROM ce_forecast_headers
1543: WHERE forecast_header_id = G_rp_forecast_header_id;
1544:
1545: /*
1546: IF (col_setup = 'A') THEN