DBA Data[Home] [Help]

APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on MTL_TRANSACTION_TYPES

Line 451: from mtl_transaction_types

447:
448: -- check if the transaction_type is status control enabled
449: select status_control_flag
450: into l_trx_status_enabled
451: from mtl_transaction_types
452: where transaction_type_id = l_transaction_type_id;
453: if l_trx_status_enabled = 2 then x_result := 0; return; end if;
454:
455: end if;