DBA Data[Home] [Help]

APPS.PO_SOURCING2_SV dependencies on PO_CUSTOM_PRICE_PUB

Line 404: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PRICE_DATE

400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_need_by_date',p_need_by_date);
401: END IF; /* IF g_debug_stmt */
402:
403: /*Bug5598011 Pass the order_type as PO */
404: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PRICE_DATE
405: (p_api_version => 1.0,
406: p_source_document_header_id=> l_source_document_header_id,
407: p_source_document_line_id => p_po_line_id,
408: p_order_line_id => p_order_line_id, --

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

632: PO_DEBUG.debug_var(l_log_head,l_progress, 'p_line_location_id',p_line_location_id);
633: PO_DEBUG.debug_var(l_log_head,l_progress, 'p_price',l_price);
634: END IF; /* IF g_debug_stmt */
635:
636: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PO_PRICE(p_api_version => 1.0,
637: p_order_quantity => p_order_quantity,
638: p_ship_to_org => p_ship_to_org,
639: p_ship_to_loc => p_ship_to_loc,
640: p_po_line_id => p_po_line_id,