DBA Data[Home] [Help]

APPS.PO_PRICE_BREAK_GRP dependencies on PO_GA_PVT

Line 595: IF ( PO_GA_PVT.is_global_agreement( p_source_document_header_id ) ) THEN

591: -- Global Agreements: Correct Currency/Rate info ==========================
592:
593: -- : Need to return GA rate info instead of from the PO.
594: --
595: IF ( PO_GA_PVT.is_global_agreement( p_source_document_header_id ) ) THEN
596:
597: PO_GA_PVT.get_currency_info( p_source_document_header_id ,
598: x_currency_code ,
599: x_rate_type ,

Line 597: PO_GA_PVT.get_currency_info( p_source_document_header_id ,

593: -- : Need to return GA rate info instead of from the PO.
594: --
595: IF ( PO_GA_PVT.is_global_agreement( p_source_document_header_id ) ) THEN
596:
597: PO_GA_PVT.get_currency_info( p_source_document_header_id ,
598: x_currency_code ,
599: x_rate_type ,
600: x_rate_date ,
601: x_rate );

Line 616: AND PO_GA_PVT.is_global_agreement(p_source_document_header_id)) THEN

612: -- Call Advanced Pricing for global Blanket purchase agreements
613: -- Do not call Advanced Pricing for Blanket Purchase agreements and quotations
614:
615: IF (l_source_document_type = 'BLANKET'
616: AND PO_GA_PVT.is_global_agreement(p_source_document_header_id)) THEN
617:
618: IF (PO_ADVANCED_PRICE_PVT.is_valid_qp_line_type(p_line_type_id)) THEN
619:
620: l_progress := '305';