DBA Data[Home] [Help]

APPS.PO_PRICE_BREAK_GRP dependencies on PO_CUSTOM_PRICE_PUB

Line 423: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_PRICE_DATE

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

Line 694: PO_CUSTOM_PRICE_PUB.GET_CUSTOM_REQ_PRICE

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