DBA Data[Home] [Help]

APPS.PO_SOURCING2_SV dependencies on PO_CUSTOM_PRICE_PUB

Line 513: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PRICE_DATE

509: PO_DEBUG.debug_var(l_log_head, l_progress, 'p_need_by_date', p_need_by_date);
510: END IF; /* IF g_debug_stmt */
511:
512: /*Bug5598011 Pass the order_type as PO */
513: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PRICE_DATE
514: (p_api_version => 1.0,
515: p_source_document_header_id => l_source_document_header_id,
516: p_source_document_line_id => p_po_line_id,
517: p_order_line_id => p_order_line_id, --

Line 734: -- Call to procedure PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PO_PRICE was removed from here

730:
731: --
732:
733: -- Bug 9974484
734: -- Call to procedure PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PO_PRICE was removed from here
735: -- and put outside the if condition, so that it will be executed in case of PO is referenced by
736: -- contract or there is no sourcing rule applied to PO.
737: -- Get_custom_Po_Price should get priority over other settings as it is edited by
738: -- customers for their customized pricing.

Line 913: -- Pasted call to PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PO_PRICE here, so that it

909: END IF; /* IF p_po_line_id IS NOT NULL */
910: --
911:
912: -- Bug 9974484
913: -- Pasted call to PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PO_PRICE here, so that it
914: -- gets called in all cases. This method has customized code so has to have
915: -- precedence over other code.
916:
917: --Pass the Price passed from Advance Pricing to Custom Price Hook

Line 936: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PO_PRICE(p_api_version => 1.0,

932: PO_DEBUG.debug_var(l_log_head, l_progress, 'p_order_line_id', p_order_line_id); --
933: END IF; /* IF g_debug_stmt */
934:
935:
936: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PO_PRICE(p_api_version => 1.0,
937: p_order_quantity => p_order_quantity,
938: p_ship_to_org => p_ship_to_org,
939: p_ship_to_loc => p_ship_to_loc,
940: p_po_line_id => p_po_line_id,