DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on MTL_TRANSACTION_TYPES

Line 1918: from mtl_transaction_Types

1914: -- check status
1915:
1916: select TRANSACTION_ACTION_ID, TRANSACTION_SOURCE_TYPE_ID
1917: into l_trx_act_id, l_trx_src_type
1918: from mtl_transaction_Types
1919: where transaction_type_id = l_trx_type_code;
1920:
1921: x_trx_source_type_id := l_trx_src_type;
1922: x_trx_action_id := l_trx_act_id;

Line 2001: from mtl_transaction_types

1997: end if;
1998:
1999: select status_control_flag
2000: into l_status_enabled
2001: from mtl_transaction_types
2002: where transaction_type_id = l_trx_type_code;
2003:
2004: l_org_id := l_detail_rec.organization_id;
2005: