DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on OE_ORDER_LINES_ALL

Line 134: FROM oe_order_lines_all

130:
131: BEGIN
132: SELECT header_id
133: INTO G_msg_context_tbl(G_msg_context_count).header_id
134: FROM oe_order_lines_all
135: WHERE line_id = p_line_id;
136:
137:
138: EXCEPTION