DBA Data[Home] [Help]

APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on MTL_TRANSACTION_TYPES

Line 399: from mtl_transaction_types

395:
396: -- check if the transaction_type is status control enabled
397: select status_control_flag
398: into l_trx_status_enabled
399: from mtl_transaction_types
400: where transaction_type_id = l_transaction_type_id;
401: if l_trx_status_enabled = 2 then x_result := 0; return; end if;
402:
403: end if;