DBA Data[Home] [Help]

APPS.OE_SYNC_ORDER_PVT dependencies on OE_LINE_UTIL

Line 256: oe_line_util.query_row(

252: oe_debug_pub.add( ' split from line' || p_line_rec.split_from_line_id);
253: END IF;
254:
255: IF p_line_rec.item_type_code='CONFIG' and p_line_rec.split_from_line_id IS NOT NULL THEN
256: oe_line_util.query_row(
257: p_line_id => p_line_rec.top_model_line_id
258: ,x_line_rec => l_parent_rec
259: );
260: oe_debug_pub.add( 'top model split from line' || l_parent_rec.split_from_line_id);

Line 696: oe_line_util.query_row(

692:
693: IF l_debug_level > 0 THEN
694: oe_debug_pub.add('sync_header_line - calling query row ');
695: END IF;
696: oe_line_util.query_row(
697: p_line_id => hdr_rec.line_id
698: ,x_line_rec => l_line_rec
699: );
700: INSERT_SYNC_lINE(P_LINE_REC => L_LINE_REC,

Line 774: oe_line_util.query_row(

770: IF l_debug_level > 0 THEN
771: oe_debug_pub.add('sync_header_line -RELEASE-QUERING LINE RECORD');
772: END IF;
773:
774: oe_line_util.query_row(
775: p_line_id => ord_rec.line_id
776: ,x_line_rec => l_line_rec
777: );
778: