DBA Data[Home] [Help]

APPS.PO_PRICE_BREAK_GRP dependencies on PO_CUSTOM_PRICE_PUB

Line 426: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PRICE_DATE

422: PO_DEBUG.debug_var(l_log_head,l_progress,'p_need_by_date',p_need_by_date);
423: END IF; /* IF g_debug_stmt */
424: /*Bug5598011 Passing the order_type as REQUISITION */
425: /* call the Custom Price Date API */
426: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PRICE_DATE
427: (p_api_version => 1.0,
428: p_source_document_header_id=> p_source_document_header_id, --
429: p_source_document_line_id => l_source_document_line_id,
430: p_order_line_id => p_order_line_id, --

Line 698: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_REQ_PRICE

694: PO_DEBUG.debug_var(l_log_head,l_progress,'p_destination_org_id',p_destination_org_id);
695: PO_DEBUG.debug_var(l_log_head,l_progress,'p_currency_price',x_currency_price);
696: END IF; /* IF g_debug_stmt */
697:
698: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_REQ_PRICE
699: (p_api_version => 1.0,
700: p_source_document_header_id=> p_source_document_header_id,
701: p_source_document_line_num=> p_source_document_line_num,
702: p_order_line_id => p_order_line_id, --