DBA Data[Home] [Help]

APPS.CE_CSH_FCST_POP dependencies on CE_PO_FC_REQUISITIONS_TEMP_V

Line 3908: FROM ce_po_fc_requisitions_temp_v

3904: (nvl(amount,0)/(trunc(end_date)-trunc(start_date)+1))) per_day_amount,
3905: start_date,
3906: nvl(end_date, l_max_end_date)end_date,
3907: end_date trx_end_date
3908: FROM ce_po_fc_requisitions_temp_v
3909: WHERE start_date <= p_end_date
3910: AND (end_date >= p_start_date
3911: OR end_date is NULL);
3912:

Line 3924: FROM ce_po_fc_requisitions_temp_v

3920: (nvl(amount,0)/(trunc(end_date)-trunc(start_date+1)))) per_day_amount,
3921: start_date,
3922: nvl(end_date, l_max_end_date)end_date,
3923: end_date trx_end_date
3924: FROM ce_po_fc_requisitions_temp_v
3925: WHERE start_date <= p_end_date
3926: AND (end_date >= p_start_date
3927: OR end_date is NULL)
3928: AND project_id = CE_CASH_FCST.G_rp_project_id;