DBA Data[Home] [Help]

APPS.OE_SCH_ORGANIZER_UTIL dependencies on OE_LINE_UTIL

Line 58: OE_Line_Util.Query_Row

54: mo_global.set_policy_context(p_access_mode => 'S',
55: p_org_id => l_org_id);
56: END IF;
57:
58: OE_Line_Util.Query_Row
59: ( p_line_id => p_x_sch_line_tbl(I).line_id
60: , x_line_rec => l_x_line_rec
61: );
62:

Line 116: OE_Line_Util.Query_Row

112: oe_debug_pub.add( 'SCH: BINGO! LINE: ' || P_X_SCH_LINE_TBL ( J ) .LINE_ID || ' HAS SAME HEADER_ID', 5 ) ;
113: END IF;
114: p_x_sch_line_tbl(J).exclude := 'Y'; --so that we will not process them when we come to it
115:
116: OE_Line_Util.Query_Row
117: ( p_line_id => p_x_sch_line_tbl(J).line_id
118: , x_line_rec => l_x_line_rec
119: );
120: