DBA Data[Home] [Help]

APPS.CE_CSH_FCST_POP dependencies on CE_PO_FC_NO_TERMS_TEMP_V

Line 2902: FROM ce_po_fc_no_terms_temp_v

2898: (nvl(amount,0)/(trunc(end_date)-trunc(start_date)+1))) per_day_amount,
2899: start_date,
2900: nvl(end_date, l_max_end_date)end_date,
2901: end_date trx_end_date
2902: FROM ce_po_fc_no_terms_temp_v
2903: WHERE start_date <= p_end_date
2904: AND (end_date >= p_start_date
2905: OR end_date is NULL));
2906:

Line 2973: FROM ce_po_fc_no_terms_temp_v

2969: (nvl(amount,0)/(trunc(end_date)-trunc(start_date)+1))) per_day_amount,
2970: start_date,
2971: nvl(end_date, l_max_end_date)end_date,
2972: end_date trx_end_date
2973: FROM ce_po_fc_no_terms_temp_v
2974: WHERE start_date <= p_end_date
2975: AND (end_date >= p_start_date
2976: OR end_date is NULL)
2977: AND project_id = CE_CASH_FCST.G_rp_project_id);