DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on PO_LINE_TYPES_SV

Line 945: PO_LINE_TYPES_SV.get_line_type_def(

941: -- Retrieve the values for order_type_lookup_code, purchase_basis
942: -- and matching_basis
943: -- CLM CLIN/SLIN Change
944: IF Nvl(x_po_line_record.clm_info_flag,'N') = 'N' then
945: PO_LINE_TYPES_SV.get_line_type_def(
946: x_po_line_record.line_type_id,
947: l_order_type_lookup_code,
948: l_purchase_basis,
949: l_matching_basis,