DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_PROCESS_PVT dependencies on PON_CLO_RENUMBER_PKG

Line 710: l_slin_num_display := pon_clo_renumber_pkg.GetNextSlinNumber('PO',po_autocreate_params.g_po_header_id,l_clin_num_display,'Y');

706: );
707:
708: IF l_is_first_slin = 'Y' THEN
709: l_progress :='064';
710: l_slin_num_display := pon_clo_renumber_pkg.GetNextSlinNumber('PO',po_autocreate_params.g_po_header_id,l_clin_num_display,'Y');
711: l_is_first_slin := 'N';
712: l_slin_count := To_Number(l_slin_num_display);
713: ELSE
714: l_progress :='065';