DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on OE_ORDER_LINES_ALL

Line 126: FROM oe_order_lines_all

122:
123: BEGIN
124: SELECT header_id
125: INTO G_msg_context_tbl(G_msg_context_count).header_id
126: FROM oe_order_lines_all
127: WHERE line_id = p_line_id;
128:
129:
130: EXCEPTION