DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_PRICE_BREAK_GRP

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

6487:
6488: l_progress := '150';
6489:
6490: IF g_debug_stmt THEN
6491: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Call PO_PRICE_BREAK_GRP.get_price_break');
6492: END IF;
6493:
6494: -- Bug 3282423 - Passing sysdate for p_need_by_date instead of start date
6495:

Line 6496: PO_PRICE_BREAK_GRP.get_price_break

6492: END IF;
6493:
6494: -- Bug 3282423 - Passing sysdate for p_need_by_date instead of start date
6495:
6496: PO_PRICE_BREAK_GRP.get_price_break
6497: ( p_source_document_header_id => l_src_doc_header_id
6498: , p_source_document_line_num => l_src_doc_line_num
6499: , p_in_quantity => null
6500: , p_unit_of_measure => null

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

6515:
6516: l_progress := '160';
6517:
6518: IF g_debug_stmt THEN
6519: PO_DEBUG.debug_stmt(l_log_head,l_progress,'After Call PO_PRICE_BREAK_GRP.get_price_break');
6520: END IF;
6521:
6522: -- Set the source of the pricing (line or price break)
6523: l_progress := '170';