DBA Data[Home] [Help]

APPS.QA_RESULT_GRP dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 314: from mtl_material_transactions_temp

310: P_MSG_COUNT IN OUT NOCOPY NUMBER ) IS
311:
312: Cursor C_Collection_id is
313: Select qa_collection_id
314: from mtl_material_transactions_temp
315: where Transaction_header_id = x_txn_header_id
316: and qa_collection_id is not null;
317:
318: x_collection_id Number ;