DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on STANDARD

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

5691: -- are modified in the order lines to which they refer to.
5692: --
5693: -- In order to make the Process Order API handle the service lines, the service lines are
5694: -- explicitly being bundled with the order lines in the l_line_tbl. The Following loop
5695: -- takes care of that. The loop is coded taking Models, standard items and kits into consideration
5696: --
5697: -- Local variables j, k, l_rec_count have been added. The variables j, k
5698: -- are used as a loop indices
5699: -- and l_rec_count is used to work on the l_line_tbl.