DBA Data[Home] [Help]

APPS.INV_REPLENISH_DETAIL_PUB dependencies on MTL_TRANSACTION_TYPES

Line 914: FROM mtl_transaction_types

910:
911:
912: SELECT DECODE(type_class, 1, 'Y', 'N')
913: INTO l_project_related
914: FROM mtl_transaction_types
915: WHERE transaction_type_id = l_transaction_type_id;
916:
917: IF l_project_related = 'Y' THEN
918: --copy the project and task info to source_project and source_task info in the MMTT table;