DBA Data[Home] [Help]

APPS.WSMPGENE dependencies on MTL_TRANSACTION_TYPES

Line 528: FROM mtl_transaction_types

524: END IF;
525: ELSIF tran_type_id = 44
526: /* THEN txn_type := 'Complete';*/
527: THEN SELECT transaction_type_name INTO txn_type
528: FROM mtl_transaction_types
529: WHERE transaction_type_id = 44 ;
530: inv_or_wip := 'INV';
531: next_trans_id := wip_id;
532: ELSE next_indicator := '+';