DBA Data[Home] [Help]

APPS.CTO_WORKBENCH_UTIL_PK dependencies on OE_ORDER_HEADERS_ALL

Line 480: from oe_order_headers_all h, oe_order_lines_all l

476: BEGIN
477:
478: select h.source_document_type_id
479: into l_source_document_type_id
480: from oe_order_headers_all h, oe_order_lines_all l
481: where h.header_id = l.header_id
482: and l.line_id = pLineId
483: and rownum = 1;
484: