DBA Data[Home] [Help]

APPS.PO_COPYDOC_S3 dependencies on PO_GA_PVT

Line 599: IF ( PO_GA_PVT.is_global_agreement( x_po_line_record.po_header_id ) ) THEN

595: END;
596:
597: -- Global Agreements (FP-I): Do not copy over Cumulative Price field.
598: --
599: IF ( PO_GA_PVT.is_global_agreement( x_po_line_record.po_header_id ) ) THEN
600: x_po_line_record.price_break_lookup_code := NULL;
601: END IF;
602:
603: x_return_code := 0;