DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on PO_GA_PVT

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

781:
782: --
783: -- x_total_level should be 'GC' if it is global contract
784:
785: IF (PO_GA_PVT.is_global_agreement(x_po_header_id)) THEN
786: x_total_level := 'GC';
787: ELSE
788: x_total_level := 'C';
789: END IF;

Line 801: if PO_GA_PVT.is_global_agreement(x_po_header_id) then

797: -- change x_total_level for global agreemnt from 'G' to 'GA'
798: -- to make it consistent with GC. Also, x_total_level for Blanket should
799: -- be 'B' instead of 'H' (although they mean the same in get_total)
800:
801: if PO_GA_PVT.is_global_agreement(x_po_header_id) then
802:
803: x_total_level := 'GA';
804: else
805:

Line 908: if PO_GA_PVT.is_global_agreement(l_po_header_id) then

904: x_amount := l_db_amount; -- SERVICES FPJ
905:
906: ELSE
907:
908: if PO_GA_PVT.is_global_agreement(l_po_header_id) then
909: PO_CORE_S.get_ga_line_amount_released( x_po_line_id, -- IN
910: l_po_header_id, -- OUT
911: l_quantity_released, -- OUT
912: x_amount ); -- OUT