DBA Data[Home] [Help]

APPS.WIP_POPULATE_TEMP dependencies on MTL_TRANSACTION_TYPES

Line 293: from mtl_transaction_types where transaction_type_id = p_transaction_type_id ;

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