DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on PO_GA_PVT

Line 733: IF (PO_GA_PVT.is_global_agreement(x_po_header_id)) THEN

729:
730: --
731: -- x_total_level should be 'GC' if it is global contract
732:
733: IF (PO_GA_PVT.is_global_agreement(x_po_header_id)) THEN
734: x_total_level := 'GC';
735: ELSE
736: x_total_level := 'C';
737: END IF;

Line 749: if PO_GA_PVT.is_global_agreement(x_po_header_id) then

745: -- change x_total_level for global agreemnt from 'G' to 'GA'
746: -- to make it consistent with GC. Also, x_total_level for Blanket should
747: -- be 'B' instead of 'H' (although they mean the same in get_total)
748:
749: if PO_GA_PVT.is_global_agreement(x_po_header_id) then
750:
751: x_total_level := 'GA';
752: else
753:

Line 856: if PO_GA_PVT.is_global_agreement(l_po_header_id) then

852: x_amount := l_db_amount; -- SERVICES FPJ
853:
854: ELSE
855:
856: if PO_GA_PVT.is_global_agreement(l_po_header_id) then
857: PO_CORE_S.get_ga_line_amount_released( x_po_line_id, -- IN
858: l_po_header_id, -- OUT
859: l_quantity_released, -- OUT
860: x_amount ); -- OUT