DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE dependencies on OE_ORDER_SOURCES

Line 789: FROM OE_ORDER_SOURCES

785: END IF;
786:
787: SELECT 'VALID'
788: INTO l_dummy
789: FROM OE_ORDER_SOURCES
790: WHERE ORDER_SOURCE_ID = p_order_source_id
791: AND ROWNUM = 1;
792: --
793: -- Commented out when importing CLOSED orders

Line 851: FROM OE_ORDER_SOURCES

847: END IF;
848:
849: SELECT 'VALID'
850: INTO l_dummy
851: FROM OE_ORDER_SOURCES
852: WHERE ORDER_SOURCE_ID = p_source_document_type_id
853: AND ROWNUM = 1;
854: --
855: -- Commented out when importing CLOSED orders