DBA Data[Home] [Help]

APPS.OKL_AM_REMARKET_ASSET_PVT dependencies on OE_TRANSACTION_TYPES_TL

Line 689: FROM oe_transaction_types_all a, oe_transaction_types_tl b

685:
686: -- This cursor is used to get the warehouse for the Order and Line Transaction types
687: CURSOR l_oetranstypesall_csr(p_trans_id NUMBER) IS
688: SELECT warehouse_id, default_outbound_line_type_id, name
689: FROM oe_transaction_types_all a, oe_transaction_types_tl b
690: WHERE a.transaction_type_id = b.transaction_type_id
691: AND a.transaction_type_id = p_trans_id;
692:
693: --SECHAWLA 05-DEC-02 - Bug# 2679812 : Added a new cursor