DBA Data[Home] [Help]

APPS.INV_SHORTCHECKEXEC_PUB dependencies on MTL_TRANSACTION_TYPES

Line 202: FROM mtl_transaction_types

198: AND organization_id = p_organization_id;
199: --
200: CURSOR L_TransType_crs ( p_transaction_type_id IN NUMBER ) IS
201: SELECT 'X'
202: FROM mtl_transaction_types
203: WHERE transaction_type_id = p_transaction_type_id;
204: --
205: BEGIN
206: -- Standard Call to check for call compatibility