DBA Data[Home] [Help]

APPS.OE_SCH_ORGANIZER_UTIL dependencies on OE_LINE_UTIL

Line 59: OE_Line_Util.Query_Row

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

Line 118: OE_Line_Util.Query_Row

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