DBA Data[Home] [Help]

APPS.OE_RELATED_ITEMS_PVT dependencies on MSC_SATP_FUNC

Line 626: MSC_SATP_FUNC.Extend_ATP

622: IF l_debug_level > 0 THEN
623: oe_debug_pub.add( 'EXTENDING THE TABLE BY ' || L_COUNT , 5 ) ;
624: END IF;
625:
626: MSC_SATP_FUNC.Extend_ATP
627: (p_atp_tab => p_x_atp_rec,
628: p_index => l_count,
629: x_return_status => l_return_status);
630: