DBA Data[Home] [Help]

APPS.CSE_UTIL_PKG dependencies on MTL_MATERIAL_TRANSACTIONS

Line 1119: FROM mtl_material_transactions

1115: l_inv_name VARCHAR2(30);
1116:
1117: CURSOR x is
1118: SELECT transaction_type_id
1119: FROM mtl_material_transactions
1120: WHERE transaction_id = p_transaction_id;
1121:
1122: BEGIN
1123: