DBA Data[Home] [Help]

APPS.OE_CONFIG_SCHEDULE_PVT dependencies on OE_ORDER_LINES_ALL

Line 2437: From oe_order_lines_all

2433:
2434:
2435: Select override_atp_date_code
2436: Into p_x_line_rec.override_atp_date_code
2437: From oe_order_lines_all
2438: Where header_id = p_x_line_rec.header_id
2439: And ato_line_id = p_x_line_rec.ato_line_id
2440: And override_atp_date_code = 'Y'
2441: AND rownum < 2;

Line 2470: From oe_order_lines_all

2466:
2467:
2468: Select override_atp_date_code
2469: Into p_x_line_rec.override_atp_date_code
2470: From oe_order_lines_all
2471: Where header_id = p_x_line_rec.header_id
2472: And line_id = p_x_line_rec.link_to_line_id;
2473:
2474: EXCEPTION