DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on OE_ORDER_LINES_ALL

Line 2337: FROM oe_order_lines_all a, cs_estimate_details b

2333: WHERE project_id = l_project_id and inventory_organization_id = l_p_ship_from_org_id;
2334:
2335: CURSOR order_line_cu(l_est_detail_id NUMBER) is
2336: SELECT b.order_line_id, a.ship_from_org_id
2337: FROM oe_order_lines_all a, cs_estimate_details b
2338: WHERE a.line_id = b.order_line_id
2339: AND b.estimate_detail_id = l_est_detail_id;
2340:
2341: -- swai: bug 6001057

Line 3297: FROM oe_order_lines_all

3293: SELECT ship_from_org_id, unit_selling_price, org_id
3294: INTO l_ship_from_org_id,
3295: l_unit_selling_price,
3296: l_order_rec.org_id
3297: FROM oe_order_lines_all
3298: WHERE line_id = l_order_line_id;
3299: /*Fixed for bug#5368306
3300: OM does not require sales rep at line to book it.
3301: Depot should not check sales rep at line since oe