DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ONT_PVT dependencies on OE_TRANSACTION_TYPES_ALL

Line 600: FROM oe_transaction_Types_all

596:
597: -- Get the default outbound line type of the SHIKYU default order type
598: SELECT default_outbound_line_type_id
599: INTO l_line_type_id
600: FROM oe_transaction_Types_all
601: WHERE transaction_type_id = l_header_rec.order_type_id;
602:
603: IF g_log_enabled AND
604: FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL