DBA Data[Home] [Help]

APPS.PO_COPYDOC_S3 dependencies on PO_GA_PVT

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

494: END;
495:
496: -- Global Agreements (FP-I): Do not copy over Cumulative Price field.
497: --
498: IF ( PO_GA_PVT.is_global_agreement( x_po_line_record.po_header_id ) ) THEN
499: x_po_line_record.price_break_lookup_code := NULL;
500: END IF;
501:
502: x_return_code := 0;