DBA Data[Home] [Help]

APPS.OKL_AM_CUSTOM_RMK_ASSET_PVT dependencies on OE_TRANSACTION_TYPES_TL

Line 70: FROM oe_transaction_types_all a, oe_transaction_types_tl b

66:
67: -- This cursor is used to get the warehouse for the Order and Line Transaction types
68: CURSOR l_oetranstypesall_csr(cp_trans_id NUMBER) IS
69: SELECT warehouse_id, default_outbound_line_type_id, name
70: FROM oe_transaction_types_all a, oe_transaction_types_tl b
71: WHERE a.transaction_type_id = b.transaction_type_id
72: AND a.transaction_type_id = cp_trans_id;
73:
74: -- check the Remarketing flow options from the setup