DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_SPLIT_UTIL

Line 3316: OE_Split_Util.Default_Attributes

3312:
3313: IF l_debug_level > 0 THEN
3314: oe_debug_pub.add( 'SPLIT:DEFAULT ATTRIBUTES ' , 0.5 ) ; --debug changed to 0.5 for 13435459
3315: END IF;
3316: OE_Split_Util.Default_Attributes
3317: ( p_x_line_rec => l_line_rec
3318: ,p_old_line_rec => l_old_line_rec);
3319:
3320: IF l_debug_level > 0 THEN

Line 7099: OE_Split_Util.Check_Split_Course

7095:
7096:
7097: -- Pre Split Process
7098: IF l_call_split THEN
7099: OE_Split_Util.Check_Split_Course
7100: ( p_x_line_tbl => p_x_line_tbl,
7101: p_x_line_adj_tbl => p_x_line_adj_tbl,
7102: p_x_line_scredit_tbl => p_x_line_scredit_tbl
7103: );

Line 9286: OE_Split_Util.Check_Split_Course

9282:
9283:
9284: -- Pre Split Process
9285: IF l_call_split THEN
9286: OE_Split_Util.Check_Split_Course
9287: ( p_x_line_tbl => l_line_tbl,
9288: p_x_line_adj_tbl => l_line_adj_tbl,
9289: p_x_line_scredit_tbl => l_line_scredit_tbl
9290: );