DBA Data[Home] [Help]

APPS.INV_REPLENISH_DETAIL_PUB dependencies on MTL_TRANSACTION_TYPES

Line 787: FROM mtl_transaction_types

783:
784:
785: SELECT DECODE(type_class, 1, 'Y', 'N')
786: INTO l_project_related
787: FROM mtl_transaction_types
788: WHERE transaction_type_id = l_transaction_type_id;
789:
790: IF l_project_related = 'Y' THEN
791: --copy the project and task info to source_project and source_task info in the MMTT table;