DBA Data[Home] [Help]

APPS.INV_SHORTCHECKEXEC_PVT dependencies on MTL_TRANSACTION_TYPES

Line 422: FROM mtl_transaction_types

418: CURSOR L_TransType_crs ( p_transaction_type_id IN NUMBER,
419: p_sum_detail_flag IN NUMBER ) IS
420: SELECT DECODE(p_sum_detail_flag,1,shortage_msg_background_flag,
421: 2,shortage_msg_online_flag)
422: FROM mtl_transaction_types
423: WHERE transaction_type_id = p_transaction_type_id;
424: --
425: CURSOR L_Item_crs ( p_organization_id IN NUMBER,
426: p_inventory_item_id IN NUMBER ) IS