DBA Data[Home] [Help]

APPS.OE_CONFIG_SCHEDULE_PVT dependencies on OE_ORDER_LINES_ALL

Line 2497: From oe_order_lines_all

2493:
2494:
2495: Select override_atp_date_code
2496: Into p_x_line_rec.override_atp_date_code
2497: From oe_order_lines_all
2498: Where header_id = p_x_line_rec.header_id
2499: And ato_line_id = p_x_line_rec.ato_line_id
2500: And override_atp_date_code = 'Y'
2501: AND rownum < 2;

Line 2530: From oe_order_lines_all

2526:
2527:
2528: Select override_atp_date_code
2529: Into p_x_line_rec.override_atp_date_code
2530: From oe_order_lines_all
2531: Where header_id = p_x_line_rec.header_id
2532: And line_id = p_x_line_rec.link_to_line_id;
2533:
2534: EXCEPTION