DBA Data[Home] [Help]

APPS.INV_OBJECT_GENEALOGY dependencies on MTL_SALES_ORDERS_KFV

Line 658: FROM mtl_sales_orders_kfv

654: WHERE po_header_id = p_trx_src_id;
655: ELSIF p_trx_src_type IN(2, 8, 12) THEN -- SO,Internal Order,RMA
656: SELECT SUBSTR(concatenated_segments, 1, 30)
657: INTO l_trx_src
658: FROM mtl_sales_orders_kfv
659: WHERE sales_order_id = p_trx_src_id;
660: /* Removed p_trx-src_type = 3 for 2 reasons. one, that is function is not
661: used at all. Second that mtl_object_genealogy table never has data from this
662: source. Bug 4237802 */