DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_PRICE_BREAK_GRP

Line 6414: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Call PO_PRICE_BREAK_GRP.get_price_break');

6410:
6411: l_progress := '150';
6412:
6413: IF g_debug_stmt THEN
6414: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Call PO_PRICE_BREAK_GRP.get_price_break');
6415: END IF;
6416:
6417: -- Bug 3282423 - Passing sysdate for p_need_by_date instead of start date
6418:

Line 6419: PO_PRICE_BREAK_GRP.get_price_break

6415: END IF;
6416:
6417: -- Bug 3282423 - Passing sysdate for p_need_by_date instead of start date
6418:
6419: PO_PRICE_BREAK_GRP.get_price_break
6420: ( p_source_document_header_id => l_src_doc_header_id
6421: , p_source_document_line_num => l_src_doc_line_num
6422: , p_in_quantity => null
6423: , p_unit_of_measure => null

Line 6442: PO_DEBUG.debug_stmt(l_log_head,l_progress,'After Call PO_PRICE_BREAK_GRP.get_price_break');

6438:
6439: l_progress := '160';
6440:
6441: IF g_debug_stmt THEN
6442: PO_DEBUG.debug_stmt(l_log_head,l_progress,'After Call PO_PRICE_BREAK_GRP.get_price_break');
6443: END IF;
6444:
6445: -- Set the source of the pricing (line or price break)
6446: l_progress := '170';