DBA Data[Home] [Help]

APPS.OE_SPLIT_UTIL dependencies on OE_LINE_SCREDIT_UTIL

Line 1486: oe_line_scredit_util.query_rows( p_line_id => optionrec.line_id, x_line_scredit_tbl => l_line_scredit_tbl);

1482: END IF;
1483: END IF;
1484: --bug 13954474
1485: l_line_scredit_tbl.delete;
1486: oe_line_scredit_util.query_rows( p_line_id => optionrec.line_id, x_line_scredit_tbl => l_line_scredit_tbl);
1487: l_option_line_tbl(l_option_count) := l_option_line;
1488: l_option_line_tbl(l_option_count).line_id := optionrec.line_id;
1489: l_option_line_tbl(l_option_count).ordered_quantity := p_line_tbl(p_index).ordered_quantity * l_model_ratio;
1490: IF l_debug_level > 0 THEN

Line 2090: oe_line_scredit_util.query_rows( p_line_id => l_line_tbl(I).line_id,

2086: oe_debug_pub.add( 'PARENT QUANTITY:'|| L_PARENT_ORDERED_QUANTITY ) ;
2087: oe_debug_pub.add( 'CHILD_QUANTITY:'|| L_CHILD_QUANTITY ) ;
2088: END IF;
2089: l_line_scredit_tbl.delete;
2090: oe_line_scredit_util.query_rows( p_line_id => l_line_tbl(I).line_id,
2091: x_line_scredit_tbl => l_line_scredit_tbl);
2092: --j := l_line_tbl.First;
2093: --While j is not null Loop
2094: FOR J IN 1..l_Line_Tbl.Count LOOP

Line 2455: oe_line_scredit_util.query_rows( p_line_id => l_line_tbl(I).split_from_line_id,

2451: FOR I in 1 .. l_line_tbl.count LOOP
2452: IF l_line_tbl(I).operation = OE_GLOBALS.G_OPR_CREATE THEN
2453: -- 13913678
2454: l_line_scredit_temp_tbl.delete;
2455: oe_line_scredit_util.query_rows( p_line_id => l_line_tbl(I).split_from_line_id,
2456: x_line_scredit_tbl => l_line_scredit_temp_tbl);
2457: -- 13913678
2458: -- l_scredit_count := l_line_scredit_tbl.count + 1;
2459: FOR Scr IN 1 .. l_line_scredit_temp_tbl.count LOOP