DBA Data[Home] [Help]

APPS.PO_LINES_SV5 dependencies on PO_RETROACTIVE_PRICING_PVT

Line 165: x_retroactive_value := PO_RETROACTIVE_PRICING_PVT.Get_Retro_Mode;

161: END IF;
162:
163: /* Get Retrocative Profile Value */
164: l_progress := '020';
165: x_retroactive_value := PO_RETROACTIVE_PRICING_PVT.Get_Retro_Mode;
166:
167: IF g_debug_stmt THEN
168: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
169: p_token => l_progress,

Line 175: l_retro_prj_allowed := PO_RETROACTIVE_PRICING_PVT.Is_Retro_Project_Allowed(

171: END IF;
172:
173: /* Get if PO has Project Information */
174: l_progress := '030';
175: l_retro_prj_allowed := PO_RETROACTIVE_PRICING_PVT.Is_Retro_Project_Allowed(
176: p_std_po_price_change => 'Y',
177: p_po_line_id => p_po_line_id,
178: p_po_line_loc_id => NULL);
179: