DBA Data[Home] [Help]

APPS.OE_SYNC_ORDER_PVT dependencies on OE_LINE_UTIL

Line 283: oe_line_util.query_row(

279: oe_debug_pub.add( ' split from line' || p_line_rec.split_from_line_id);
280: END IF;
281:
282: IF p_line_rec.item_type_code='CONFIG' and p_line_rec.split_from_line_id IS NOT NULL THEN
283: oe_line_util.query_row(
284: p_line_id => p_line_rec.top_model_line_id
285: ,x_line_rec => l_parent_rec
286: );
287: oe_debug_pub.add( 'top model split from line' || l_parent_rec.split_from_line_id);

Line 811: oe_line_util.query_row(

807:
808: IF l_debug_level > 0 THEN
809: oe_debug_pub.add('sync_header_line - calling query row ');
810: END IF;
811: oe_line_util.query_row(
812: p_line_id => hdr_rec.line_id
813: ,x_line_rec => l_line_rec
814: );
815: INSERT_SYNC_lINE(P_LINE_REC => L_LINE_REC,

Line 908: oe_line_util.query_row(

904:
905: -- Bug 8463870
906: if ( p_line_rec.line_id is NULL ) then
907: oe_debug_pub.add('.... Querying line_rec using API...');
908: oe_line_util.query_row(
909: p_line_id => ord_rec.line_id
910: ,x_line_rec => l_line_rec
911: );
912: else