DBA Data[Home] [Help]

APPS.OE_RELATED_ITEMS_PVT dependencies on MSC_SATP_FUNC

Line 593: MSC_SATP_FUNC.Extend_ATP

589: IF l_debug_level > 0 THEN
590: oe_debug_pub.add( 'EXTENDING THE TABLE BY ' || L_COUNT , 5 ) ;
591: END IF;
592:
593: MSC_SATP_FUNC.Extend_ATP
594: (p_atp_tab => p_x_atp_rec,
595: p_index => l_count,
596: x_return_status => l_return_status);
597: