DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV2 dependencies on PO_DEBUG

Line 443: PO_DEBUG.put_line('before workflow');

439: l_func_unit_price := p_unit_price * NVL(x_rate, 1);
440: -- Bug 3463242 END
441:
442: IF (g_po_pdoi_write_to_file = 'Y') THEN
443: PO_DEBUG.put_line('before workflow');
444: -- Bug 3463242 START
445: PO_DEBUG.put_line('rate='||x_rate);
446: PO_DEBUG.put_line('unit_price passed to account generator workflow '||
447: 'in functional currency='||l_func_unit_price);

Line 445: PO_DEBUG.put_line('rate='||x_rate);

441:
442: IF (g_po_pdoi_write_to_file = 'Y') THEN
443: PO_DEBUG.put_line('before workflow');
444: -- Bug 3463242 START
445: PO_DEBUG.put_line('rate='||x_rate);
446: PO_DEBUG.put_line('unit_price passed to account generator workflow '||
447: 'in functional currency='||l_func_unit_price);
448: -- Bug 3463242 END
449: END IF;

Line 446: PO_DEBUG.put_line('unit_price passed to account generator workflow '||

442: IF (g_po_pdoi_write_to_file = 'Y') THEN
443: PO_DEBUG.put_line('before workflow');
444: -- Bug 3463242 START
445: PO_DEBUG.put_line('rate='||x_rate);
446: PO_DEBUG.put_line('unit_price passed to account generator workflow '||
447: 'in functional currency='||l_func_unit_price);
448: -- Bug 3463242 END
449: END IF;
450: -- get the account ids