DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV10 dependencies on PO_RETROACTIVE_PRICING_PVT

Line 350: l_retroactive_update := PO_RETROACTIVE_PRICING_PVT.Get_Retro_Mode;

346:
347:
348: --
349: l_current_org_id := PO_GA_PVT.get_current_org;
350: l_retroactive_update := PO_RETROACTIVE_PRICING_PVT.Get_Retro_Mode;
351: -- Bug 3565522 : get the archive mode
352: l_archive_mode_rel := PO_DOCUMENT_ARCHIVE_PVT.get_archive_mode(
353: p_doc_type => 'RELEASE',
354: p_doc_subtype => 'BLANKET');

Line 363: l_retro_prj_allowed := PO_RETROACTIVE_PRICING_PVT.Is_Retro_Project_Allowed(

359: ELSE
360: l_encumbrance_on := 'N';
361: END IF;
362: -- Bug 3231062
363: l_retro_prj_allowed := PO_RETROACTIVE_PRICING_PVT.Is_Retro_Project_Allowed(
364: p_std_po_price_change => 'N',
365: p_po_line_id => NULL,
366: p_po_line_loc_id => X_line_location_id);
367: