DBA Data[Home] [Help]

APPS.WIP_POPULATE_TEMP dependencies on MTL_TRANSACTION_TYPES

Line 290: from mtl_transaction_types where transaction_type_id = p_transaction_type_id ;

286: /*Start: Bug 6460181: Instead of a constant value for x_transaction_source_type_id, the value is selected from mtl_transaction_type table*/
287:
288: SELECT transaction_source_type_id
289: into x_transaction_source_type_id
290: from mtl_transaction_types where transaction_type_id = p_transaction_type_id ;
291: --x_transaction_source_type_id := 13;
292: x_transaction_source_id := NULL;
293: ELSE
294: x_transaction_source_type_id := 5;