DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on PO_RETROACTIVE_PRICING_PVT

Line 9235: PO_RETROACTIVE_PRICING_PVT. MassUpdate_Releases

9231: l_communicate_update := PO_WF_UTIL_PKG.GetItemAttrText (itemtype => itemtype,
9232: itemkey => itemkey,
9233: aname => 'CO_H_RETROACTIVE_SUPPLIER_COMM');
9234:
9235: PO_RETROACTIVE_PRICING_PVT. MassUpdate_Releases
9236: ( p_api_version => 1.0,
9237: p_validation_level => 100,
9238: p_vendor_id => l_vendor_id,
9239: p_vendor_site_id => l_vendor_site_id ,

Line 9437: l_retro_change := PO_RETROACTIVE_PRICING_PVT.Is_Retro_Update(

9433: -- In this case, d_globals.retroactive_change_flag is lost.
9434: -- Always trust l_retro_change='Y'
9435: IF (l_retro_change IS NULL OR l_retro_change = 'N') THEN
9436:
9437: l_retro_change := PO_RETROACTIVE_PRICING_PVT.Is_Retro_Update(
9438: p_document_id => l_document_id,
9439: p_document_type => l_document_type);
9440:
9441: l_progress := 'PO_REQAPPROVAL_INIT1.Retro_Invoice_Release_WF: 03' ||

Line 9451: l_retroactive_update := PO_RETROACTIVE_PRICING_PVT.Get_Retro_Mode;

9447:
9448: END IF; /*IF (l_retro_change IS NULL OR l_retro_change = 'N')*/
9449:
9450: IF (l_retro_change = 'Y') THEN
9451: l_retroactive_update := PO_RETROACTIVE_PRICING_PVT.Get_Retro_Mode;
9452:
9453: l_progress := 'PO_REQAPPROVAL_INIT1.Retro_Invoice_Release_WF: 04' ||
9454: 'l_retroactive_update = ' || l_retroactive_update;
9455: IF (g_po_wf_debug = 'Y') THEN

Line 9484: 'PO_RETROACTIVE_PRICING_PVT.Retro_Invoice_Release';

9480: avalue => l_retro_change);
9481:
9482: IF (l_retro_change = 'Y' AND l_retroactive_update = 'ALL_RELEASES') THEN
9483: l_progress := 'PO_REQAPPROVAL_INIT1.Retro_Invoice_Release_WF: 06. Calling ' ||
9484: 'PO_RETROACTIVE_PRICING_PVT.Retro_Invoice_Release';
9485: IF (g_po_wf_debug = 'Y') THEN
9486: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
9487: END IF;
9488:

Line 9489: PO_RETROACTIVE_PRICING_PVT.Retro_Invoice_Release

9485: IF (g_po_wf_debug = 'Y') THEN
9486: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
9487: END IF;
9488:
9489: PO_RETROACTIVE_PRICING_PVT.Retro_Invoice_Release
9490: ( p_api_version => 1.0,
9491: p_document_id => l_document_id,
9492: p_document_type => l_document_type ,
9493: x_return_status => l_return_status,

Line 9515: PO_RETROACTIVE_PRICING_PVT.Reset_Retro_Update(

9511: IF (g_po_wf_debug = 'Y') THEN
9512: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
9513: END IF;
9514:
9515: PO_RETROACTIVE_PRICING_PVT.Reset_Retro_Update(
9516: p_document_id => l_document_id,
9517: p_document_type => l_document_type);
9518: END IF; /*IF (l_reset_retro_update)*/
9519: