DBA Data[Home] [Help]

APPS.MRP_RELEASE_SO dependencies on OE_ORDER_LINES

Line 24: from oe_order_lines

20: p_crm_so_table AHL_LTP_ASCP_ORDERS_PVT.Sched_Orders_Tbl;
21:
22: CURSOR header_c(p_line_id number) is
23: select header_id
24: from oe_order_lines
25: where line_id = p_line_id;
26:
27:
28: CURSOR populate_ou(p_line_id number) is

Line 30: from oe_order_lines_all

26:
27:
28: CURSOR populate_ou(p_line_id number) is
29: select org_id
30: from oe_order_lines_all
31: where line_id = p_line_id;
32:
33: p_status number;
34: p_user_name varchar2(30) :=FND_PROFILE.VALUE('USERNAME');