DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on STANDARD

Line 6033: -- takes care of that. The loop is coded taking Models, standard items and kits into consideration

6029: -- are modified in the order lines to which they refer to.
6030: --
6031: -- In order to make the Process Order API handle the service lines, the service lines are
6032: -- explicitly being bundled with the order lines in the l_line_tbl. The Following loop
6033: -- takes care of that. The loop is coded taking Models, standard items and kits into consideration
6034: --
6035: -- Local variables j, k, l_rec_count have been added. The variables j, k
6036: -- are used as a loop indices
6037: -- and l_rec_count is used to work on the l_line_tbl.