DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on MTL_TRANSACTION_TYPES

Line 1937: from mtl_transaction_Types

1933: -- check status
1934:
1935: select TRANSACTION_ACTION_ID, TRANSACTION_SOURCE_TYPE_ID
1936: into l_trx_act_id, l_trx_src_type
1937: from mtl_transaction_Types
1938: where transaction_type_id = l_trx_type_code;
1939:
1940: x_trx_source_type_id := l_trx_src_type;
1941: x_trx_action_id := l_trx_act_id;

Line 2034: from mtl_transaction_types

2030: end if;
2031:
2032: select status_control_flag
2033: into l_status_enabled
2034: from mtl_transaction_types
2035: where transaction_type_id = l_trx_type_code;
2036:
2037: l_org_id := l_detail_rec.organization_id;
2038: