DBA Data[Home] [Help]

APPS.CTO_WORKBENCH_UTIL_PK dependencies on OE_ORDER_HEADERS_ALL

Line 528: from oe_order_headers_all h, oe_order_lines_all l

524: BEGIN
525:
526: select h.source_document_type_id
527: into l_source_document_type_id
528: from oe_order_headers_all h, oe_order_lines_all l
529: where h.header_id = l.header_id
530: and l.line_id = pLineId
531: and rownum = 1;
532: