DBA Data[Home] [Help]

APPS.INV_OBJECT_GENEALOGY dependencies on MTL_SALES_ORDERS_KFV

Line 712: FROM mtl_sales_orders_kfv

708: WHERE po_header_id = p_trx_src_id;
709: ELSIF p_trx_src_type IN(2, 8, 12) THEN -- SO,Internal Order,RMA
710: SELECT SUBSTRB(concatenated_segments, 1, 30) --BUG11856545
711: INTO l_trx_src
712: FROM mtl_sales_orders_kfv
713: WHERE sales_order_id = p_trx_src_id;
714: /* Removed p_trx-src_type = 3 for 2 reasons. one, that is function is not
715: used at all. Second that mtl_object_genealogy table never has data from this
716: source. Bug 4237802 */