DBA Data[Home] [Help]

APPS.OE_PRICE_ORDER_PVT dependencies on FND_PROFILE

Line 972: l_allow_negative_price := nvl(fnd_profile.value('ONT_NEGATIVE_PRICING'),'N');

968: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.REPORT_ENGINE_ERROR' , 1 ) ;
969: END IF;
970: G_STMT_NO := 'Report_Engine_Error#10';
971:
972: l_allow_negative_price := nvl(fnd_profile.value('ONT_NEGATIVE_PRICING'),'N');
973: l_invalid_line := 'N';
974: For wrong_line in wrong_lines loop --i:= p_req_line_tbl.first;
975:
976: J:= px_Line_Tbl.First;